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.
Confirms that the pending callback request has been canceled
The system-generated identification number for the canceled callback request
1{2"data": [3{4"status": "string",5"cancel_callback_request_id": "string"6}7]8}