Skip to main content

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.

Request Body required

Operator IDs and site IDs to be removed from the specified operators.

    operatorIds string[]
    siteIds int64[]
Responses

Array of operator IDs whose site access was successfully deleted.


Schema
    updatedOperatorIds string[]
Loading...