Delete an offer
Deletes an offer by offer_id.
Path Parameters
- Type: stringoffer
_id requiredOffer 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