Revoke offer from customer
Customers
Revoke offer from customer
Revoke offer grant(s) for a customer
Revoke offer grant(s) using a list of resource identifiers
In the request body inlcude offer resource identifier(s), id: OFFER_ID, type: "offers".
{ "data": [{"type": "offers", "id": "123"}] }
Response
- A successful response body will list the offers related to the customer
- An error response will include a JSON body with error details.
Behaviors and side effects
- Only affects active offers
- Handles both offer purchases and offer grants
- Deactivates all associated product memberships
DELETE
Revoke offer from customer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json