cURL
curl --request DELETE \ --url https://api.shelv.dev/api/shelves/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete a shelf and all its associated storage objects.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Shelf deleted