Consent
Withdraw an Account's Consent
POST
/
accounts
/
{acc_id}
/
consent
Withdraws an Account’s consent. This endpoint deletes information
on the account, sets its status to disabled
, and removes all active Products or Subscriptions for the account.
Path Parameters
acc_id
string
requiredID of the Account.
Body
type
enum
requiredAvailable types: withdraw
.
reason
string
requiredAvailable Reasons: holder_withdrew_consent
.
Returns
Returns the Account with status
set to disabled
.