The Dismiss requirement class specifies how to dismiss a job.
When a job is dismissed, the operation can include the cancellation of a pending or running job, the removal of artifacts from a running or finished job, a combination of both, and further data management procedures not specifically prescribed by this standard.
Example 1. A dismissed job encoded as JSON.
link:../examples/json/StatusInfo-dismissed.json[role=include]See [http_status_codes] for general guidance.
If the process with the specified identifier does not exist on the server, the status code of the response SHALL
be 404 (see /req/core/process-exception/no-such-process).
If the job with the specified identifier does not exist, the status code of the
response SHALL be 404 (see /req/core/job-results-exception/no-such-job).