Storm docs logo
Search the docs.../
Explore Storm Products

Delete User

Permanently deletes a user from the system.

Request

PropertyValue
MethodDELETE
URL/api/users/{userId}
Content-Typeapplication/json
AuthenticationBearer Token
Request
Code iconbash
curl -X DELETE "{BASE_URL}/api/users/{userId}" \
  -H "Authorization: Bearer YOUR_TOKEN"

Path Parameters

ParameterTypeRequiredDescription
userIdintegerYesUnique identifier of the user
Request
Code iconbash
curl -X DELETE "{BASE_URL}/api/users/{userId}" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response Body

ParameterTypeDescription
meta.executionTimeintegerRequest processing time in milliseconds
meta.generatedAtintegerResponse generation timestamp (Unix timestamp in ms)
messagestringMain response status message
Successful Response (200)
Code iconjson
{
  "meta": {
    "executionTime": 0,
    "generatedAt": 1764238672624
  },
  "message": "User has been removed"
}

Error Responses

ParameterTypeDescription
messagestringHuman-readable error message
User Not Found (404)
Code iconjson
{
  "message": "User not found"
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.