cURL
curl --request POST \ --url https://dev.api.runpulse.com/cancel/{job_id} \ --header 'x-api-key: <api-key>'
{ "message": "Job cancelled successfully", "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Cancel a pending or processing async job
API key for authentication
The job ID to cancel
Job cancelled successfully
The response is of type object.
object