Delete a client link
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
client_uuid
string Required -
id
string Required The ID of the linked client.
-
firm
string Required uuid The UUID of the firm.
-
client
string Required uuid The UUID of the client.
-
linked_client
string Required uuid The UUID of the linked client.
DELETE
/api/v1/client/{client_uuid}/linked-clients/{id}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/client/client_uuid/linked-clients/id' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"