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