Delete a client link

DELETE /api/v1/client/{client_uuid}/linked-clients/{id}

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 \
 -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"