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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | string | No | The ID of the custom rule template. | USER_DEFINED:2001 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "0bc14115****159376359",
"Success": true
}Error codes
For a list of error codes, visit the Service error codes.
