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.
Documentation Index
Fetch the complete documentation index at: https://docs.lead.bank/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Account ID The ID of the Account object.
^account_\w+$"account_xyz123"
Entity ID to remove from the account relationships The ID of your entity.
^entity_[^\s]{1,33}$"entity_xyz123"
The specific relationship type to delete for the entity. Indicates the type of Entity
account_holder, authorized_signer, authorized_user Entity relationship deleted successfully. Returns the updated list of entity relationships for the account.