Skip to main content
DELETE
/
api
/
clients
/
{id}
Delete Client
curl --request DELETE \
  --url https://app.replyify.ai/api/clients/{id} \
  --header 'Authorization: Bearer <token>'

Path Parameters

id
string
required
The client ID to delete

Response

Returns a success confirmation. Associated connections and replies are preserved but will no longer be linked to this client.
curl -X DELETE "https://app.replyify.ai/api/clients/client_xyz789" \
  -H "Authorization: Bearer YOUR_API_KEY"
Deleting a client removes the AI context (service description, calendar link) used for generating replies. Existing connections linked to this client will need to be reassigned.