Skip to main content
DELETE
Delete Call

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

campaign_id
string
required

Campaign configuration ID

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

call_id
string
required

Call record ID

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Query Parameters

hard_delete
boolean
default:false

When true, permanently delete (super_admin only)

Response

Successful Response

message
string
required

Human-readable result message

Example:

"Operation completed successfully."