Bulk Purge Biometric Templates
POST /v3/biometric-templates/delete/ — purge retained face biometric templates by id list, or every template matching a filter. Idempotent per template.
delete_all: true, optionally narrowed by the same filters as List Biometric Templates.
Request body
Examples
- By id
- Every template of one User
- Every template in the application
purged or already_purged. If a biometric store is unavailable the call returns 503 at the first failing template; templates purged earlier in the same request stay purged, the failing one moves to purge_failed (already excluded from matching), and repeating the request finishes the job.
Errors
Authorizations
Body
Templates to purge. Required unless delete_all is true. Already purged ids are reported as already_purged.
1When true, purges every template matching the filters below (all of the application's templates when no filter is given). template_uuids is ignored. Irreversible.
Only with delete_all: case-insensitive substring match on the owning User's vendor_data.
Only with delete_all: exact match on the owning User.
Only with delete_all.
pending, active, expired, held_out_of_use, purge_pending, purge_failed Only with delete_all.
session_delete, automatic_retention, backfill Only with delete_all.
Only with delete_all. Must not be earlier than retained_from.
Response
Per-template purge outcomes.