v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Messages

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.

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}