DELETE
/
site
/
{site}
/
job
/
{job}
curl --request DELETE \
  --url https://{appDomain}/site/{site}/job/{job} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.

Path Parameters

site
string
required

The UUID of the Site.

job
string
required

The UUID of the Job to delete.

Response

204

Job deleted successfully.