All Products
Search
Document Center

DataWorks:DeleteDataQualityTemplate

Last Updated:Mar 30, 2026

Deletes a data quality rule template by ID.

Operation description

Request description

  • Id: The unique identifier of a custom rule template, in the format of USER_DEFINED:<template_id>.

  • ProjectId: The ID of the DataWorks workspace to which the rule template belongs.

This operation removes a data quality rule template that is no longer needed. Make sure that the Id and ProjectId values are correct. Otherwise, the deletion may fail or cause unexpected data loss. Exercise caution when performing this operation and verify the template information before proceeding.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

Id

string

No

The ID of the custom rule template.

USER_DEFINED:2001

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

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

0bc14115****159376359

Success

boolean

Deleted

true

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.