divisionsDelete abstract method

  1. @Delete(path: '/divisions/{id}')
Future<Response> divisionsDelete({
  1. @Path('id') @required int? id,
})

@param id The LASSO unique identifier for this resource.

Implementation

@Delete(path: '/divisions/{id}')
Future<chopper.Response> divisionsDelete({@Path('id') @required int? id});