kick_mqtt_client
Disconnect a client from the MQTT broker using the client ID, enabling effective client management and session control in the EMQX MQTT broker environment.
Instructions
Disconnect a client from the MQTT broker by client ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"title": "request",
"type": "string"
}
},
"required": [
"request"
],
"title": "kick_clientArguments",
"type": "object"
}