Delete a container job

delete/container/job/{jobId}

Deletes a container job.

Request Samples

Response Samples

1Not Available

Path Parameters

jobId
integer<int64>
true

The ID of the job to be deleted.

Responses

StatusMeaningDescription
204No Content

The project container was deleted.

401Unauthorized

The request is not authenticated.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

The error response when a project container with the specified jobId does not exist.

Schema
503Service Unavailable

Functionality for project containers is not enabled.

Schema