All Products
Search
Document Center

DataWorks:DeleteDIAlarmRule

Last Updated:Dec 05, 2024

Deletes an alert rule configured for a synchronization task.

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
DIAlarmRuleIdlongNo

The ID of the alert rule.

2
DIJobIdlongNo

The ID of the synchronization task.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID. You can use the ID to query logs and troubleshoot issues.

C99E2BE6-9DEA-5C2E-8F51-1DDCFEADE490
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "C99E2BE6-9DEA-5C2E-8F51-1DDCFEADE490",
  "Success": true
}

Error codes

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