Delete a contact from a chatbot.
DELETE https://www.chatbase.co/api/v1/chatbots/{chatbotId}/contacts/{contactId}
<YOUR_API_KEY>
{ "message": "Unauthorized access" }
{ "message": "Contact not found" }
{ "message": "Rate limit exceeded" }
curl -X DELETE 'https://www.chatbase.co/api/v1/chatbots/5ba682d23d7cf92bef87bfd4/contacts/123e4567-e89b-12d3-a456-426614174000' \ -H 'Authorization: Bearer <YOUR_API_KEY>'