Overview
Allows the client to send a presence unsubscription from its account to an XMPP recipient.HTTP request
POST /Agent/Xmpp/SendPresenceUnsubscription
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTo | A Bare or Full JID (XMPP network address). |
| PId | Optional Message ID. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PSent | If the XMPP stanza was sent or not. |
| PId | ID of stanza sent. Can be used to match responses. If no ID was provided in the call, a message ID will be generated. |