Skip to main content
DELETE
/
api
/
call-requests
/
{jobId}
Cancel a queued call
curl --request DELETE \
  --url http://localhost:3000/api/call-requests/{jobId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Job ID of the queued call

Response

204

Call cancelled or already processed