Skip to content

Delete Job

DELETE
/api/v1/jobs/{job_id}
curl --request DELETE \
--url https://api.qeychain.xyz/api/v1/jobs/example

Delete a job and its result.

Use this to clean up completed jobs after retrieving their results.

job_id
required
Job Id
string

Successful Response

Media typeapplication/json
Response Delete Job Api V1 Jobs Job Id Delete
object
key
additional properties
any
Examplegenerated
{}

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"
}
]
}