Delete a face

Permanently remove a face from the system by providing its unique ID.

DELETE
/faces/{faceId}
AuthorizationBearer <token>

In: header

Path Parameters

faceId*string

Unique identifier of the face

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/faces/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}