For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Enterprise User

Checking A Users Scan History

POST https://stormss.cc/api/enterprise/remove_user/

Remove A Enterprise User From Your Community

Headers

Name
Value

Content-Type

application/json

JSON

Name
Type
Description

member_id

string

Enterprise Members Discord ID

api_key

string

API Key

Response

{
  "Success": true
}
{
  "error": "Invalid request"
}

Last updated