|
|
|
@ -48,6 +48,7 @@ import javax.ws.rs.Path;
|
|
|
|
|
import javax.ws.rs.PathParam;
|
|
|
|
|
import javax.ws.rs.Produces;
|
|
|
|
|
import javax.ws.rs.QueryParam;
|
|
|
|
|
import javax.ws.rs.core.MediaType;
|
|
|
|
|
import javax.ws.rs.core.Response;
|
|
|
|
|
|
|
|
|
|
@SwaggerDefinition(
|
|
|
|
@ -972,8 +973,7 @@ public interface GeoLocationBasedService {
|
|
|
|
|
@DELETE
|
|
|
|
|
@Path("/geo-fence/{fenceId}")
|
|
|
|
|
@ApiOperation(
|
|
|
|
|
consumes = "application/json",
|
|
|
|
|
produces = "application/json",
|
|
|
|
|
consumes = MediaType.APPLICATION_JSON,
|
|
|
|
|
httpMethod = "DELETE",
|
|
|
|
|
value = "Delete Geo fence",
|
|
|
|
|
notes = "Delete an existing geo fence",
|
|
|
|
|