All Products
Search
Document Center

DataWorks:DeleteDataQualityTemplate

Last Updated:Jan 12, 2026

Deletes a data quality rule template by ID.

Operation description

Request description

  • Id: the unique identifier of the user-defined rule template, in the format USER_DEFINED:<template_id>.
  • ProjectId: The ID of the DataWorks project to which the rule template belongs.

This API is used to remove data quality rule templates that are no longer needed from the system. Make sure the provided Id and ProjectId are correct when calling this API operation; otherwise, the deletion may fail or lead to unexpected data loss. Use this function with caution and verify the exact information of the template before performing the operation.

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
IdstringNo

The ID of the custom rule template.

USER_DEFINED:2001

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The API request ID, which is generated as a UUID.

0bc14115****159376359
Successboolean

Deleted

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "0bc14115****159376359",
  "Success": true
}

Error codes

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