cURL
Promotional Entitlements
Revoke promotional entitlement
Revoke a promotional entitlement from specific customers or from all customers
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.metrifox.com/llms.txt
Use this file to discover all available pages before exploring further.
Customers are identified by their
customer_key. Use revoke_from: "specific" with a customer_keys array to revoke from a chosen set of customers, or revoke_from: "all" to revoke from every customer that currently holds this promotional entitlement.Only customers with an active assignment for this promotional entitlement are affected. Revoking takes effect immediately.
Authorizations
Path Parameters
The unique identifier of the promotional entitlement to revoke
Body
application/json
specific revokes only from the customers listed in customer_keys.
all revokes from every customer that currently holds this promotional entitlement.
Available options:
specific, all Example:
"specific"
The customer keys to revoke the promotional entitlement from. Required when revoke_from is specific.
Example:
["cust_001"]
