Method + Path
Authentication
Include your PIN API token or JWT in theAuthorization header as a Bearer token.
Path parameters
string
required
The job identifier to delete (e.g.,
jb_abc123def456).Request example
Response
Returns a standard PIN success envelope confirming the deletion.integer
required
0 on success, nonzero on error.object
required
string
Human-readable message (empty on success).
Example response
Errors
Notes
- Deletion is permanent and cannot be undone.
- If the agent control channel times out while stopping a running job, the cascade still proceeds but the error is recorded on the job row.
- For queued or running jobs, prefer
POST /v1/jobs/:id/cancelif you only want to stop training without removing artifacts.