Delete users

triangle-exclamation

Endpoint

DELETE https://api.signitic.app/users

Headers

Name
Type
Description

x-api-key*

String

Your API key

Request body

Example

{
  "users": [
    {
      "email": "[email protected]"
    },
    {
      "email": "[email protected]"
    }
  ]
}

Deleting a user marks it for deletion one month later.

Success response

200 OK

Error responses

Status
Internal code
When

400

103

The request body is not valid JSON.

401

99

The API key is missing or invalid.

422

104

More than 100 users are sent in the batch.

Last updated