Delete a job

delete/sessions/{sessionId}/jobs/{jobId}

Deletes a job and all job access points into a session from this job. The log, listing, and results that were created by the job are also deleted. Actual job resources are still available via the session, until the session is destroyed.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
jobId
string
true

Specifies the ID of the job.

sessionId
string
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
204No ContentThe job was deleted.
404Not FoundNo resource exists at the requested path.Schema