Person Group Person - Delete
사용자 그룹에서 기존 사용자를 삭제합니다. 개인 항목의 persistedFaceId, userData, 개인 이름 및 얼굴 기능이 모두 삭제됩니다.
DELETE {Endpoint}/face/v1.0/persongroups/{personGroupId}/persons/{personId}
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
Endpoint
|
path | True |
string |
지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름( 예: https://westus.api.cognitive.microsoft.com). |
|
person
|
path | True |
string maxLength: 64pattern: ^[a-z0-9-_]+$ |
특정 사용자 그룹을 참조하는 ID입니다. |
|
person
|
path | True |
string (uuid) |
특정 사용자를 참조하는 ID입니다. |
요청 헤더
| Name | 필수 | 형식 | Description |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
호출이 성공하면 빈 응답 본문이 반환됩니다. |
|
| Other Status Codes |
오류 응답입니다. |
보안
Ocp-Apim-Subscription-Key
형식:
apiKey
In(다음 안에):
header
예제
Delete an existing person example
샘플 요청
DELETE {Endpoint}/face/v1.0/persongroups/abc/persons/25985303-c537-4467-b41d-bdb45cd95ca1
샘플 응답
정의
| Name | Description |
|---|---|
| APIError |
API에서 반환된 오류 정보 |
| Error |
오류 본문입니다. |
APIError
API에서 반환된 오류 정보
| Name | 형식 | Description |
|---|---|---|
| error |
오류 본문입니다. |
Error
오류 본문입니다.
| Name | 형식 | Description |
|---|---|---|
| code |
string |
|
| message |
string |