Delete an offer

Deletes an offer by offer_id.

Path Parameters
  • offer_id
    Type: string
    required

    Offer identifier.

Responses
  • 200

    OK. The offer was deleted successfully.

  • application/json
  • application/json
  • application/json
Request Example for delete/offer/{offer_id}
curl 'https://sandbox.billogram.com/api/v2/offer/{offer_id}' \
  --request DELETE \
  --header 'Authorization: Basic username:password'
No Body