New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
컬렉션에서 특정 얼굴을 제거
curl --request DELETE \
--url https://face.argosidentity.com/faces \
--header 'x-api-key: <api-key>'{
"message": "Face deleted successfully"
}이 API 엔드포인트를 통해 특정 컬렉션에서 얼굴을 삭제할 수 있습니다. 이 기능은 얼굴 인식 데이터베이스를 관리하고 정리하는 데 유용합니다.Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
이 페이지가 도움이 되었나요?
curl --request DELETE \
--url https://face.argosidentity.com/faces \
--header 'x-api-key: <api-key>'{
"message": "Face deleted successfully"
}