cURL
curl --request DELETE \ --url https://api.recepta.ai/api/v1/api/contacts/{clientId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Soft-delete a contact (marks as inactive). Permission: contacts:delete
contacts:delete
Documentation IndexFetch the complete documentation index at: https://docs.recepta.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.recepta.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Recepta API key (starts with rcp_)
rcp_
Contact ID
Contact deleted
true
"Operation completed successfully"