Decline an incoming call
Decline an incoming call
If the user does not want to answer an incoming call, then they can decline it on their device. After that, this request is sent. Once declined, the call continues on other devices.
POST /api/v1/intercom/calls/{call}/cancel |
Parameters
int
call, ID of the call to be declined (status should be ring)
204 |
Successful response |
401 |
Authorization token not sent or not valid |
404 |
If the call does not belong to the user, does not exist or is not in ring status |