Delete a chat

This method will delete a chat and all its history.

Try this request in your browser

/api/ /chats/delete

Headers

X-API-Token

Parameters

chat String

The request output will be shown here...

URL

https://api.natterly.com/api/v1/chats/delete

Access

Must be authenticated as an admin user. If not authorised, a MustBeAuthenticatedAsAdmin error will be returned.

Parameters

Parameter Type Default

chat Required

The UUID of the chat

String null

Errors

Error Attributes

ChatNotFound

No chat found with the given UUID

  • chat

    The provided chat UUID

Response Data

This action will return a Boolean.