Delete user
DELETE/v2/organizations/:organizationCode/users/:uid
> [!important]
Required permission scope:
stonal.user.write
Deletes an existing user in the organization
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 422
- 500
User successfully deleted
Bad request
Unauthorized - Missing authentication
Forbidden - Access denied
Resource not found
Conflict - Resource conflict
Unprocessable Entity - Validation errors
Internal server error