Delete Benefit
Intent
Removes the benefit.
When to call it
Call this only after your application has identified the benefit that should be removed.
Access boundary
Authorize the request with a token that carries benefits:write.
Successful result
A successful request returns 204 without a response document.
Operational notes
[!WARNING] Every grants associated with the benefit will be revoked. Users will lose access to the benefit.
DELETE
Delete Benefit
Previous
Read Customer### Intent
Reads the customer without changing it.
### When to call it
Call this after your application has received or stored the identifier for the customer.
### Access boundary
Authorize the request with a token that carries `customers:read` or `customers:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Benefit