Communication Identity - Delete
ID를 삭제하고, ID에 대한 모든 토큰을 해지하고, 연결된 모든 데이터를 삭제합니다.
DELETE {endpoint}/identities/{id}?api-version=2023-10-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
|
id
|
path | True |
string |
삭제할 ID의 식별자입니다. |
api-version
|
query | True |
string |
호출할 API의 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
204 No Content |
내용 없음 |
|
Other Status Codes |
오류 |
예제
Delete an identity
샘플 요청
DELETE https://my-resource.communication.azure.com/identities/8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081?api-version=2023-10-01
샘플 응답
정의
Name | Description |
---|---|
Communication |
Communication Services 오류입니다. |
Communication |
Communication Services 오류입니다. |
CommunicationError
Communication Services 오류입니다.
Name | 형식 | Description |
---|---|---|
code |
string |
오류 코드입니다. |
details |
이 오류로 이어진 특정 오류에 대한 자세한 내용입니다. |
|
innererror |
내부 오류(있는 경우)입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
CommunicationErrorResponse
Communication Services 오류입니다.
Name | 형식 | Description |
---|---|---|
error |
Communication Services 오류입니다. |