cURL
curl --request DELETE \ --url https://api.reader.dev/v1/jobs/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "id": "<string>", "status": "cancelled" } }
queued
processing
completed
failed
cancelled
409 conflict
Job cancelled
true
Show child attributes