다음을 통해 공유


Profiles - Delete Profile

지정된 서비스 주체 프로필을 삭제합니다.

지정된 프로필이 있고 서비스 주체 호출자에 속하는 경우 해당 프로필을 삭제합니다.

제한 사항

서비스 주체에서만 호출할 수 있습니다.

DELETE https://api.powerbi.com/v1.0/myorg/profiles/{profileId}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
profileId
path True

string

uuid

서비스 주체 프로필 ID

응답

Name 형식 Description
200 OK

정상

예제

Delete a service principal profile

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/profiles/b3ded933-57b7-21f4-b072-ed4c1f9d5824

Sample Response