Call Actions
Delete a call action
Permanently deletes a call action. Scoped to the authenticated organization.
delete/call-actions/{id}
Path parameters
idstring required
Call action ObjectId
Response
Call action deleted
Example response
{
"success": true,
"data": {
"message": "Call action deleted successfully"
}
}