DELETE
/
api
/
jobs
/
{id}
/
Stop the job
curl --request DELETE \
  --url https://backend.tensorpix.ai/api/jobs/{id}/ \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Response

204

No response body