eventRolesDelete abstract method

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

@param id The LASSO unique identifier for this resource.

Implementation

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