Skip to main content
PATCH
/
v1
/
coupons
/
{id}
/
archive
Archive a coupon
curl --request PATCH \
  --url https://revstack.dev/v1/coupons/{id}/archive
null

Path Parameters

id
string
required
Example:

"coup_abc123"

Response

200 - application/json

Coupon archived

The response is of type unknown.