v1
latestOpenAPI 3.0.02026-07-26866217.8 KBMessages
Withdraw Special Offer
Withdraw a previously sent special offer or pre-approval that is still active. special_offer_id is the offer id returned by GET /conversations/{conversation_id}/special_offers.
delete/conversations/{conversation_id}/special_offers/{special_offer_id}
Path parameters
conversation_idstring required
The id of the conversation.
special_offer_idstring required
The id of the special offer, as returned by GET /conversations/{conversation_id}/special_offers.
Response
The request has been successfully submitted.
Example response
{
"error_msg": "Done."
}