Skip to content

Delete a job

DELETE
/api/v1/jobs/{job_id}
curl --request DELETE \
--url https://example.com/api/v1/jobs/1
job_id
required
Job Id
integer
X-Environment-Id
Any of:
string

Successful Response

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}