All Products
Search
Document Center

DataWorks:DeleteDIJob

Last Updated:Sep 26, 2023

Deletes a Data Integration task of a new version. Only the following type of task is supported: real-time data synchronization from a MySQL database to Hologres.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action String Yes DeleteDIJob

The operation that you want to perform. Set the value to DeleteDIJob.

DIJobId Long Yes 11126

The task ID.

Response parameters

Parameter

Type

Example

Description

RequestId String D33D4A51-5845-579A-B4BA-FAADD0F83D53

The request ID.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteDIJob
&DIJobId=11126
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteDIJobResponse>
    <RequestId>D33D4A51-5845-579A-B4BA-FAADD0F83D53</RequestId>
</DeleteDIJobResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

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

Error codes

HTTP status code

Error code

Error message

Description

429 Throttling.Api The request for this resource has exceeded your available limit. The number of requests for the resource has exceeded the upper limit.
429 Throttling.System The DataWorks system is busy. Try again later. The DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later. Excessive requests have been submitted within a short period of time. Try again later.
500 InternalError.System An internal system error occurred. Try again later. An internal error has occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later. An internal error has occurred. Try again later.

For a list of error codes, see Service error codes.