All Products
Search
Document Center

DataWorks:DeleteDIAlarmRule

Last Updated:Jan 12, 2026

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
IdlongNo

The ID of the synchronization task.

2
DIJobIdlongNo

The ID of the synchronization task.

1
DIAlarmRuleIddeprecatedlongNo

This parameter is deprecated. Use the Id parameter instead.

2

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID. You can locate logs and troubleshoot issues based on the ID.

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.

Change history

Change timeSummary of changesOperation
2025-01-06The request parameters of the API has changedView Change Details