Delete site access from multiple operators
x-ms-visibility: "important"
Removes the specified site access from one or more operators. This operation only removes the specified site access entries and does not affect other access.
application/json
Request Body required
Operator IDs and site IDs to be removed from the specified operators.
operatorIds string[]
siteIds int64[]
Responses
- 200
- 400
- 401
Array of operator IDs whose site access was successfully deleted.
application/json
Schema
Example (from schema)
Schema
updatedOperatorIds string[]
{
"updatedOperatorIds": [
"string"
]
}
Details of the error or exception that occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized to perform this operation.
Loading...