crewPositionsDelete abstract method

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

@param id The LASSO unique identifier for this resource.

Implementation

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