Skip to main content
DELETE
Delete multiple users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
userIds
string[]
required

Array of user IDs to delete

Minimum array length: 1
Example:

Response

200 - application/json

Users deleted successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-12T09:10:12.337Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data