Series

Delete Series

Deletes the series of the given seriesId from the database.

Deleting a series will only delete assignment of items to it, not the items themselves!

delete/{databaseId}/series/{seriesId}

Path parameters

databaseIdstring required

ID of your database.

seriesIdstring required

ID of the series to be deleted.

Request body

cascadeDeleteboolean

If set to true, item with the same ID as seriesId will be also deleted. Default is false.

Response

Successful operation.

Changes

No recorded changes to this endpoint across all 1 revision of this API.