Delete a job definition
DELETE/api/v1/jobs/{id}
DELETE
/api/v1/jobs/{id}
Deletes an inactive job and its dependent history after unscheduling it. ADMIN is required; active runs cause a conflict. Protected mutations require the session cookie and CSRF header.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Job definition identifier.
Responses
Section titled “Responses”Job deleted
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The request conflicts with the current resource or run state.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference