Delete an user
Delete an User.
Path Parameters
- user_id integer required
ID of the user
Responses
- 200
- 401
- 403
- 404
- 500
OK
User is not authenticated. This means token is either not present or invalid
User is not authorized to delete this user ID
User was not found
Something is wrong with the API.
Loading...