Skip to content

Delete a shelf

DELETE
/api/v1/shelves/{shelfId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/shelves/1

Delete a shelf by its ID.

shelfId
required
integer format: int64

ID of the shelf

Shelf deleted successfully