Delete jobs.

post

/rhp-restapi/rhp/jobs/actions/delete

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : DeleteJobsBody
Type: object
Show Source
  • Client name attribute of the jobs to be deleted
  • Comma separated list of one or more jobs to be deleted
  • Allowed Values: [ "SCHEDULED", "UNKNOWN", "EXECUTING", "PAUSED", "ABORTED", "TERMINATED", "FAILED", "SUCCEEDED" ]
    Job status for which to get the jobs.
  • User name attribute of the jobs to be deleted
Back to Top

Response

Supported Media Types

200 Response

OK. HTTP Status code 200 indicating delete is succesful.
Body ()
Root Schema : schema

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top