Cancel a Callback

post
https://{organization_id}.scheduler-rt.getmindful.com
/api/organization/{widget_id}/cancel_callback
contact_number
string
required

The customer phone number that was used to request the callback that is being canceled

Canceled - The pending callback request for that customer's phone number has been canceled.
InteractionNotFound - No pending callback request was found for that customer's phone number.
TooManyInteractions - There is more than one pending callback request in the system for the specified contact number, and none of them can currently be canceled via the API.
FAILED - The cancellation request is valid and a callback request was found associated with that contact number, but Digital Callback was unable to cancel the callback request.

responses
/
200
data
array[CallObjectCancel]
status
string

Confirms that the pending callback request has been canceled

cancel_callback_request_id
string

The system-generated identification number for the canceled callback request

Body
Response Example
1
{
2
"data": [
3
{
4
"status": "string",
5
"cancel_callback_request_id": "string"
6
}
7
]
8
}