|
|
@ -611,9 +611,9 @@ public interface RoleManagementService {
|
|
|
|
|
|
|
|
|
|
|
|
@DELETE
|
|
|
|
@DELETE
|
|
|
|
@Path("/{roleName}")
|
|
|
|
@Path("/{roleName}")
|
|
|
|
|
|
|
|
@Consumes(MediaType.WILDCARD)
|
|
|
|
@ApiOperation(
|
|
|
|
@ApiOperation(
|
|
|
|
consumes = MediaType.APPLICATION_JSON,
|
|
|
|
consumes = MediaType.WILDCARD,
|
|
|
|
produces = MediaType.APPLICATION_JSON,
|
|
|
|
|
|
|
|
httpMethod = "DELETE",
|
|
|
|
httpMethod = "DELETE",
|
|
|
|
value = "Deleting a Role",
|
|
|
|
value = "Deleting a Role",
|
|
|
|
notes = "Roles become obsolete over time due to various reasons. In a situation where your " +
|
|
|
|
notes = "Roles become obsolete over time due to various reasons. In a situation where your " +
|
|
|
|