All Products
Search
Document Center

DataWorks:DeleteDataQualityRuleTemplate

Last Updated:Dec 23, 2024

Deletes a data quality monitoring rule template.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CodestringYes

The code for the template.

USER_DEFINED:123
ProjectIdlongYes

The DataWorks workspace ID.

10001

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

691CA452-D37A-4ED0-9441
Successboolean

Indicates whether the request was successful.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "691CA452-D37A-4ED0-9441\n",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-12-19The internal configuration of the API is changed, but the call is not affectedView Change Details