Delete account entity relationship
Accounts
Delete Account Entity Relationship
Deletes a specific entity relationship from an account and returns the updated list of entity relationships. The relationship_type must be specified to identify which relationship to delete.
DELETE
Delete account entity relationship
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Account ID The ID of the Account object.
Pattern:
^account_\w+$Example:
"account_xyz123"
Entity ID to remove from the account relationships The ID of your entity.
Pattern:
^entity_[^\s]{1,33}$Example:
"entity_xyz123"
Query Parameters
The specific relationship type to delete for the entity. Indicates the type of Entity
Available options:
account_holder, authorized_signer, authorized_user Response
Entity relationship deleted successfully. Returns the updated list of entity relationships for the account.

