|
|
@ -372,8 +372,10 @@ public interface UserManagementService {
|
|
|
|
|
|
|
|
|
|
|
|
@DELETE
|
|
|
|
@DELETE
|
|
|
|
@Path("/{username}")
|
|
|
|
@Path("/{username}")
|
|
|
|
|
|
|
|
@Consumes(MediaType.WILDCARD)
|
|
|
|
@ApiOperation(
|
|
|
|
@ApiOperation(
|
|
|
|
httpMethod = "DELETE",
|
|
|
|
httpMethod = "DELETE",
|
|
|
|
|
|
|
|
consumes = MediaType.WILDCARD,
|
|
|
|
value = "Deleting a User",
|
|
|
|
value = "Deleting a User",
|
|
|
|
notes = "When an employee leaves the organization, you can remove the user details from WSO2 IoTS using " +
|
|
|
|
notes = "When an employee leaves the organization, you can remove the user details from WSO2 IoTS using " +
|
|
|
|
"this REST API.",
|
|
|
|
"this REST API.",
|
|
|
|