deleteLocation abstract method

  1. @DELETE.new("rest/s1/growerp/100/Location")
Future<Location> deleteLocation({
  1. @Field.new() required Location location,
})

Implementation

@DELETE("rest/s1/growerp/100/Location")
Future<Location> deleteLocation({@Field() required Location location});