Workspace - Revoke user access from the Power BI workspace
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
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success
404
Not Found
500
Server Error
delete
DELETE /tenants/{tenantId}/pbiUsers/{userIdentifier} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated