Delete a face
Permanently remove a face from the system by providing its unique ID.
DELETE
Parameters
Path Parameters
FaceId
REQUIRED
Unique identifier of the face
| Status code | Description |
|---|---|
| 200 | An empty response |
| 400 | Bad request error - the request contains invalid parameters or malformed data |
| 500 | Internal server error - an unexpected error occurred on the server |
cURL
curl -L -X DELETE \"https://blockv-labs.io/faces/{faceId}" \-H 'Accept: application/json'
json
{"type": "object"}