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
required

ID of the Account.

Body

type
enum
required

Available types: withdraw.

reason
string
required

Available Reasons: holder_withdrew_consent.

Returns

Returns the Account with status set to disabled.