Skip to main content

DELETE /api/collections/[id]

Hard-deletes a collection. Does not delete the saved items themselves, only the collection grouping.
This is a permanent deletion. The client should show a confirmation modal.
Requires authentication. Owner only.

Response (200)

{
  "message": "Collection deleted successfully"
}