Coupons
Delete Coupon
Permanently remove a promotional coupon
DELETE
Permanently delete a coupon. The coupon is also deleted at your payment provider.
Path Parameters
string
required
The unique identifier of the coupon to delete.
Response
boolean
Always
true for successful responsesobject
Confirmation object containing the deleted coupon’s ID.
Error Responses
Returned when the coupon doesn’t exist or has already been deleted.
Error code:
NOT_FOUNDReturned when the coupon is missing provider records. This indicates a data integrity issue.
Error code:
INTERNAL_ERRORReturned when the payment provider fails to delete the coupon. The coupon remains in Affonso’s database.
