Skip to main content

Overview

Clears any offline messages available for the account from the server.

HTTP request

POST /Agent/Xmpp/ClearMessages

Authentication

Requires a valid JWT bearer token.

Request (JSON)

{
}

Response (JSON)

{
	"count": Required(Int(PCount))
}

Response parameters

ParameterDescription
PCountNumber of messages deleted.

Notes

This endpoint uses the request schema notation described in Pattern matching.