Docs/API Reference/Conversations

Withdraw a special offer

Conversations · DELETE /v1/conversations/:id/special-offers/:offerId

Withdraw a special offer

DELETE/v1/conversations/:id/special-offers/:offerId

Note

Only an offer the guest has not booked. A booked or expired one is 409 inquiry_no_longer_open.

Request

curl -X DELETE https://api.repull.dev/v1/conversations/164743/special-offers/1459920384 \
  -H "Authorization: Bearer $REPULL_API_KEY"

Response

{ "id": "1459920384", "conversationId": "164743", "status": "withdrawn" }
AI