Skip to main content
DELETE
/
face-match
/
{face_match_id}
Delete face match analysis
curl --request DELETE \
  --url https://api.cloudglue.dev/v1/face-match/{face_match_id} \
  --header 'Authorization: Bearer <token>'
{
  "face_match_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "object": "face_match"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

face_match_id
string<uuid>
required

The ID of the face match to delete

Response

Face match deleted successfully

face_match_id
string<uuid>
required

ID of the deleted face match

object
enum<string>
required

Object type, always 'face_match'

Available options:
face_match
I