Delete Trust Relationship
DELETE {{baseUrl}}/cas/trusts/:trustId/relationships/:trustRelationshipId
A list of relationships for a Trust. By default the call only current relationships will be returned.
Parameter - includeHistory
will include both current and historical relationships linked to the trust.
Response Body
| Key | Date Type | Description |
|---|---|---|
| contactId | String | the contact id of the contact that has the relationship List of Contacts |
| companyId | String | the company id of the company that has the relationship |
| appointDate | Date | he appointment date of the relationship |
| relationshipType | String | This is the relationship type of the contact. Will be one of SETTLOR, APPOINTOR, TRUSTEE, ACCOUNTANT, AUDITOR, BANK, BUSINESSNAME, INVESTMENTADVISOR, LAWYER, LIQUIDATOR |
| prepareForm | boolean |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"status":"DELETED"}