- Account
- Conferences
- Statuses
- Dids
- Groups
- Segments
- Workflows
- Call
- Make a CallPOST
- Click2DialGET
- Call ControlPATCH
- 3 way call (Conf) - add a number to exsiting CallPOST
- Call Broadcast - Make a Call and Play it an audio filePOST
- 3 way call (Conf) - add an extension to exsiting CallPOST
- Hold A CallPATCH
- Spy call - Create A new Call That will preform spy POST
- Whisper To Customer (Leg A)PATCH
- Whisper to an Agent (Leg A)PATCH
- Hangup CallDELETE
- Get Call DataGET
- Send DTMF keys - Leg APATCH
- Update Call MetaPATCH
- Get Calls - Free TextGET
- Get Calls By Search ParamsGET
- Make a call and play filePOST
- Environment
- Customer
- Campaign
- Campaign Number
- Provider
- Usage
- Voicemail
- User
- Service
- Tariff
- Tracing
- Announcement
- IVR
- Message
- Route
- Subscriptions
- Skill
- Schema
- Login TokenPOST
- Forgot PasswordPOST
Hangup Call
Developing
DELETE
/api/calls/{id}
Request
Path Params
id
stringÂ
required
Body Params multipart/form-data
type
enum<string>Â
optional
Allowed values:
leg_aleg_bleg_c
Example:
whisper_agent
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/calls/' \
--form 'type="whisper_agent"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-29 08:56:01