Terminates an IN_PROGRESS inbound call. Best-effort: returns success even if termination fails (the call may already be ending). Minutes consumed up to the drop are billed.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Responses
🟢200
application/json
Bodyapplication/json
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/incoming-calls//drop' \
--header'Authorization: Bearer <token>'