Workspace - Revokes user access from a workspace
Authorizations
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
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Access revoked successfully for the user from the Power BI workspace.
404
Not Found: The specified tenant or user was not found in the Power BI workspace.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /tenants/{tenantId}/pbiUsers/{userIdentifier} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated