cURL
curl --request DELETE \ --url https://api.carecycle.ai/v2/customers/{id}/dependents/{dependentId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Delete a dependent for a customer
API key required for authentication.
Keys begin with 'cc_' prefix. Get your API key from the Developer Dashboard.
Customer ID
Dependent ID
DELETE /v2/customers/:id/dependents/:dependentId Positive response