This API is used to delete a training job.
You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.
DELETE /v2/{project_id}/training-jobs/{training_job_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
training_job_id |
Yes |
String |
ID of a training job. |
None
None
The following shows how to delete a training job whose UUID is 3faf5c03-aaa1-4cbe-879d-24b05d997347.
DELETE https://endpoint/v2/{project_id}/training-jobs/3faf5c03-aaa1-4cbe-879d-24b05d997347
Status code: 202
No Content
""
Status Code |
Description |
---|---|
202 |
No Content |
See Error Codes.