Web Pub Sub - Revoke Permission
Revoke permission for the connection.
DELETE {endpoint}/api/hubs/{hub}/permissions/{permission}/connections/{connectionId}?api-version=2024-01-01
DELETE {endpoint}/api/hubs/{hub}/permissions/{permission}/connections/{connectionId}?targetName={targetName}&api-version=2024-01-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
connection
|
path | True |
string minLength: 1 |
Target connection Id. |
|
endpoint
|
path | True |
string (url) |
HTTP or HTTPS endpoint for the Web PubSub service instance. |
|
hub
|
path | True |
string pattern: ^[A-Za-z][A-Za-z0-9_`,.[\]]{0,127}$ |
Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or underscore. |
|
permission
|
path | True |
The permission: current supported actions are joinLeaveGroup and sendToGroup. |
|
|
api-version
|
query | True |
string |
The version of the REST APIs. |
|
target
|
query |
string |
The meaning of the target depends on the specific permission. For joinLeaveGroup and sendToGroup, targetName is a required parameter standing for the group name. |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
|
| Other Status Codes |
Error response Headers x-ms-error-code: string |
Examples
WebPubSub_RevokePermission
Sample request
DELETE {endpoint}/api/hubs/hub1/permissions/joinLeaveGroup/connections/connection1?targetName=group1&api-version=2024-01-01
Sample response
Definitions
| Name | Description |
|---|---|
|
Error |
The error object. |
|
Inner |
|
|
Web |
The permission: current supported actions are joinLeaveGroup and sendToGroup. |
ErrorDetail
The error object.
| Name | Type | Description |
|---|---|---|
| code |
string |
One of a server-defined set of error codes. |
| details |
An array of details about specific errors that led to this reported error. |
|
| inner | ||
| message |
string |
A human-readable representation of the error. |
| target |
string |
The target of the error. |
InnerError
| Name | Type | Description |
|---|---|---|
| code |
string |
A more specific error code than was provided by the containing error. |
| inner |
WebPubSubPermission
The permission: current supported actions are joinLeaveGroup and sendToGroup.
| Value | Description |
|---|---|
| sendToGroup | |
| joinLeaveGroup |