Contacts
Delete Contact
Delete a contact from a chatbot.
Request
URL
Path Parameters
The ID of the chatbot the contact belongs to
The ID of the contact to delete
Headers
Bearer <YOUR_API_KEY>
Response
Success Response
- Status: 204 No Content
No content returned on successful deletion
Error Responses
401 Unauthorized
- Invalid or missing API key
404 Not Found
- Chatbot or contact not found
429 Too Many Requests
- Rate limit exceeded