eventCollectionsDelete abstract method

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

@param id The LASSO unique identifier for this resource.

Implementation

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