Skip to main content
DELETE
/
api
/
contacts
/
{clientId}
Delete a contact
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": {}
}

Authorizations

x-api-key
string
header
required

Your Recepta API key (starts with rcp_)

Path Parameters

clientId
string
required

Contact ID

Response

Contact deleted

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

data
object