Deleting an Azure Bulk Job
Use the delete/v1/cckm/azure/bulkjobs/{id}
API to delete the azure bulk job with the given ID.
Syntax
Here, {id}
represents the bulk job ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows that the Azure bulk job is deleted successfully from the CCKM.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.