Class: DeleteSeries

DeleteSeries(seriesId)

Deletes the series of given `seriesId` from the database. Deleting a series will only delete assignment of items to it, not the items themselves!

Constructor

new DeleteSeries(seriesId)

Construct the request
Parameters:
Name Type Description
seriesId string ID of the series to be deleted.
Source:

Methods

bodyParameters() → {Object}

Get body parameters
Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
Type
Object

queryParameters() → {Object}

Get query parameters
Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
Type
Object