cURL
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" }
Delete a specific face match analysis
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the face match to delete
Face match deleted successfully
ID of the deleted face match
Object type, always 'face_match'
face_match