Skip to main content
POST
/
api
/
faceRecognition
/
matchmaker
/
deleteFaceMatchmaker
Delete face matchmaker
curl --request POST \
  --url https://api2.rhombussystems.com/api/faceRecognition/matchmaker/deleteFaceMatchmaker \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "faceId": "face_12345"
}
'
{}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for deleting a face matchmaker.

faceId
string | null

Face ID of the matchmaker to delete

Example:

"face_12345"

Response

200 - application/json

OK

Response object for deleting a face matchmaker.