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