crewSettingsDelete abstract method

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

@param id The LASSO unique identifier for this resource.

Implementation

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