*Deleting users in bulk
Requests
HTTP request
DELETE /auth/v1/users
Delete users
Request body
Content-Type
application/json
Sample request
user batch operate user
{
"users": [
"c458fb5edb84c54f4dc42804622aa0c5"
]
}Parmeters
| Name | Type | Required | Description |
|---|---|---|---|
| users | array | True |
operator users
Path: users |
| users[] | string | True |
username
Path: users[] |
Responses
Content-Type
application/json
Status code: 200
OK