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 →
Remove a specific face from a collection
curl --request DELETE \
--url https://face.argosidentity.com/faces \
--header 'x-api-key: <api-key>'{
"message": "Face deleted successfully"
}This API endpoint allows you to delete a specific face from a collection. You need to provide both the collection ID and the face ID to successfully remove the face from the collection.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.
Was this page helpful?
curl --request DELETE \
--url https://face.argosidentity.com/faces \
--header 'x-api-key: <api-key>'{
"message": "Face deleted successfully"
}