Skip to main content

Delete identifiers (single or list)

Identifier delete request

Batch mode:

  • request body must contain list_items
  • identifier_number is required for each item

Single mode:

  • request body is not required
  • identifier is identified using query parameters:
    • type
    • number
Query Parameters
  • type string required

    Possible values: [card, face_id, inputCode, qr, ukey, license_plate]

    Identifier type

  • number object

    Required only for single identifier operations and optional for batch operations

Request Body

List of identifiers to delete in batch mode.

  • list_items object[] required

    Possible values: >= 1

    List of identifiers to be deleted in batch mode

  • identifier_number object required

    Identifier number in HEX or Decimal format depending on the selected Wiegand Identifier representation mode.

    Warning: The same value may represent different identifiers in different modes. For example, 44 is identifier 44 in Decimal mode, but identifier 68 in Decimal representation when HEX mode is used (0x44).

    Ensure the correct representation mode is selected before performing update or delete operations.

    oneOf

  • string
Responses

Per-identifier delete operation result. Both single and batch delete modes return the same response structure.


Schema
  • result object[]

    Delete operation results per identifier

Loading...