DELETE /api/recipes/[id]
Permanently deletes a recipe and all related data (images, tags, tagged users, comments, mentions, favorites, reposts, lightroom settings, saved items, notifications). Only the recipe owner can delete it. Returns image URLs for storage cleanup.Requires authentication. Owner only.
Response (200)
Errors
| Status | Code | Reason |
|---|---|---|
| 401 | UNAUTHORIZED | Not authenticated |
| 403 | FORBIDDEN | Not the recipe owner |
| 404 | NOT_FOUND | Recipe not found |