Delete a User
DELETE/user-svc/user/:userId
Delete a user based on the user ID.
Request
Path Parameters
userId stringrequired
User ID
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...