Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Profiles - Delete Profile
- Service:
- Power BI REST APIs
- API Version:
- v1.0
Deletes the specified service principal profile.
Deletes the specified profile if it exists and belongs to service principal caller.
Limitations
Can only be called by a service principal.
DELETE https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
profileId
|
path | True |
string (uuid) |
The service principal profile ID |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Examples
Delete a service principal profile
Sample request
DELETE https://api.powerbi.com/v1.0/myorg/profiles/b3ded933-57b7-21f4-b072-ed4c1f9d5824
Sample response
- Status code:
- 200
