Skip to content

Delete a magic shelf

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

Delete a specific magic shelf by its ID.

id
required
integer format: int64

ID of the magic shelf

Magic shelf deleted successfully