All Products
Search
Document Center

DataWorks:DeleteDIJob

Last Updated:Jan 12, 2026

Deletes a new-version synchronization task.

Operation description

This API operation is available for all DataWorks editions.

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.

11126
ProjectIdlongNo

The DataWorks workspace ID.

108864
DIJobIddeprecatedlongNo

This parameter is deprecated. Use the Id parameter instead.

11126

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

Successboolean

true

true
RequestIdstring

The request ID. You can troubleshoot issues based on the ID.

D33D4A51-5845-579A-B4BA-FAADD0F83D53

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "RequestId": "D33D4A51-5845-579A-B4BA-FAADD0F83D53"
}

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
2024-10-14The request parameters of the API has changedView Change Details