POST
/
user
/
bulk
/
delete
Bulk Delete Users
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/user/bulk/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ids": [
    "<string>"
  ]
}'
{
  "message": "Done.",
  "processedCount": 2,
  "failedDeletions": []
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Response

200
application/json

success

The response is of type object.