Terminate Specific Calls by Call IDs
Terminates specific calls using their unique call IDs. Useful when you know exactly which calls to stop.
PATCH
Terminate Specific Calls by Call IDs
Terminate Specific Calls
Stop individual calls by providing their unique call IDs. This gives you precise control over which calls to terminate.When to Use This
- Selective Termination: Stop only specific problematic calls
- Quality Control: Terminate calls that aren’t performing well
- Customer Requests: Stop calls to specific contacts who requested removal
- Targeted Control: Fine-grained call management
How to Get Call IDs
You can find call IDs from:- Call History API: Use the Get Call History endpoint
- Real-time Monitoring: Dashboard call monitoring section
- Webhook Notifications: Call status updates include call IDs
- Campaign Reports: Export campaign data to get call IDs
Request Format
Send an array of call IDs to terminate:Tip: You can terminate up to 100 calls in a single request for efficient bulk operations.
Headers
(Required) Your Revenueable AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Body
application/json
(Required) Array of call IDs to terminate
Example:
Response
Calls terminated successfully.
Example:
"Calls terminated successfully!"
Terminate Specific Calls by Call IDs
