Jobs
Delete Site Job
Deletes a pending job (one that has not started execution). Requires job:delete
permission and user ownership.
DELETE
Authorizations
Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.
Path Parameters
The UUID of the Site.
The UUID of the Job to delete.
Response
204
Job deleted successfully.