iLive Docs
API ReferenceFace Services

Delete Face

DELETE
/api/v2/collections/{external_id}/faces/{face_id}
/api/v2/collections/{external_id}/faces/{face_id}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

external_id
Required
External Id

face_id
Required
Face Id

curl -X DELETE "https://docs.localhost:8543/api/v2/collections/string/faces/string" \
  -H "Authorization: Bearer <token>"

Successful Response