Consent
Withdraw an Entity's Consent
POST
/
entities
/
{ent_id}
/
consent
Withdraws an Entity’s consent. This endpoint sets the entity’s status to disabled
, withdraws consent on all the entity’s accounts,
and removes all active Products or Subscriptions across all the Entity’s accounts.
Path Parameters
ID of the Entity.
Body
Available types: withdraw
.
Available Reasons: entity_withdrew_consent
.
Returns
Returns the entity with status
set to disabled
.