For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unenroll User Blacklist

Deletes a user's record from the blacklist. Only the client that originally registered the face can perform this operation.

Endpoint

DELETE /users/blacklist/{userId}

Authentication

Type
Location
Name

API Key

Header

x-api-key

Path parameters

Parameter
Type
Required
Description

userId

string

Yes

ID of the user to remove from the blacklist.

Responses

200 Success

User successfully removed from the blacklist. This response does not include a body.

400 Bad Request

{
  "status": 400,
  "title": "Bad Request",
  "detail": "Invalid request.",
  "type": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400",
  "errors": []
}

401 Unauthorized

403 Forbidden

404 Not Found

Last updated