Deleting Rule Templates
Function
This API is used to delete rule templates.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/quality/rule-templates/batch-delete
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. For details about how to obtain it, see Project ID and Account ID. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| workspace | Yes | String | DataArts Studio workspace ID. For details about how to obtain the workspace ID, see Instance ID and Workspace ID. |
| X-Auth-Token | Yes | String | IAM token. For details about how to obtain the token, see Authentication. |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| ids | No | Array of longs | IDs of templates |
Response Parameters
Status code: 400
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error code, for example, DQC.0000 which indicates that the request was successfully processed |
| error_msg | String | Error message |
Status code: 500
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error code, for example, DQC.0000 which indicates that the request was successfully processed |
| error_msg | String | Error message |
Example Requests
Delete rule templates whose IDs are 1045431715138617345 and 1035847774756868096.
POST /v2/0833a5737480d53b2f25c010dc1a7b88/quality/rule-templates/batch-delete
{
"ids" : [ 1045431715138617345, 1035847774756868096 ]
} Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 200 | Success |
| 400 | BadRequest |
| 500 | INTERNAL SERVER ERROR |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.