Skip to main content
DELETE
Permanently delete a coupon. The coupon is also deleted at your payment provider.
This action cannot be undone. Once deleted, the coupon code becomes available for reuse.

Path Parameters

string
required
The unique identifier of the coupon to delete.

Response

boolean
Always true for successful responses
object
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_FOUND
Returned when the coupon is missing provider records. This indicates a data integrity issue. Error code: INTERNAL_ERROR
Returned when the payment provider fails to delete the coupon. The coupon remains in Affonso’s database.