cURL
curl --request DELETE \ --url https://api.carecycle.ai/v2/customers/{id}/custom-fields/{customFieldId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Delete a custom field value for a customer
API key required for authentication.
Keys begin with 'cc_' prefix. Get your API key from the Developer Dashboard.
Customer ID
Custom field value ID
DELETE /v2/customers/:id/custom-fields/:customFieldId Positive response
Whether the deletion was successful
Success message