Delete Call
Campaigns Calls
Delete Call
Delete a call by its ID in a campaign.
- Default (hard_delete=false): soft-delete.
- hard_delete=true: permanent deletion — super_admin only.
DELETE
Delete Call
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Path Parameters
Campaign configuration ID
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Call record ID
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Query Parameters
When true, permanently delete (super_admin only)
Response
Successful Response
Human-readable result message
Example:
"Operation completed successfully."