Clients Control
Available API Paths
/api/projects/{projectId}/brokers/{brokerId}/clients/{client}/disconnect
The following methods are available for this path:
PUT
Disconnects specified broker client
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
client | path | string | A client name |
Request Body
Name | Location | Type | Description |
body | body | object | Properties:
|
Responses
Status | Description | Response Content or Scheme |
200 | An empty object. | |
401 | Unauthorized request error |
|
403 | Request is not allowed error |
|
404 | Resource is not found error |
|
405 | Method not supported for this resource |
|
500 | Internal server error |
|