Workspace - Revokes user access from a workspace

Revokes user access from the Power BI workspace based on the provided user identifier.

delete
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of the tenant from which access is revoked.

userIdentifierstringRequired

Enter the user's email ID for users or object ID for service principles or groups.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Success: Access revoked successfully for the user from the Power BI workspace.

Class for representing response.

messagestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Message property.

Default: Success Message
statusCodeinteger · int32Optional

A public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.

Default: 200
delete
/tenants/{tenantId}/pbiUsers/{userIdentifier}

Last updated