Ask Kevin is smarter.
OmniDimension
Bulk calls

Cancel bulk call

Cancel a bulk-call campaign.

DELETE/calls/bulk_call/
Path parameters
bulk_call_idrequired
curl -X DELETE 'https://backend.omnidim.io/api/v1/calls/bulk_call/{bulk_call_id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "status": "success",
  "message": "Bulk call cancelled successfully",
  "current_status": "cancelled"
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

bulk_call_id*integer

Response Body

application/json