Contacts
Delete contact
Delete a contact by its ID.
DELETE
/
chatbots
/
{chatbotId}
/
contacts
/
{contactId}
Request parameters
Path
The chatbot ID.
The contact ID.
Response
The status of the request. Will be success
if the request was successful, otherwise error
.