Workspace - Revoke user access from the Power BI workspace

Revokes access of the user from the Power BI workspace

delete
Authorizations
Path parameters
tenantIdstring · uuidRequired

Expects Id of an existing tenant

userIdentifierstringRequired

Expects an email Id of user in case of User or object Id in case of service principle or group

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success
delete
DELETE /tenants/{tenantId}/pbiUsers/{userIdentifier} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated