POST /remove_face_image
Removes one previously added training image.
Endpoint
POST https://api-eu.valossa.com/training/1.0/remove_face_image
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Faces-enabled API key |
image.id | string | Yes | Image UUID from add_face_image |
Example
curl -H "Content-Type: application/json" \
-X POST \
-d '{"api_key":"YOUR_API_KEY","image":{"id":"b5559837-62a5-4f10-b250-a554ab2ce54c"}}' \
https://api-eu.valossa.com/training/1.0/remove_face_image