POST /remove_face_identity
Removes one face identity.
Endpoint
POST https://api-eu.valossa.com/training/1.0/remove_face_identity
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Faces-enabled API key |
face.id | string | Yes | Face identity UUID |
Example
curl -H "Content-Type: application/json" \
-X POST \
-d '{"api_key":"YOUR_API_KEY","face":{"id":"bb254a82-08d6-4498-9ddb-3de4c88f1f66"}}' \
https://api-eu.valossa.com/training/1.0/remove_face_identity