Endpoint
Path parameters
The UUID of the recipe (
receta_id) to remove from favorites. This is the recipe’s ID, not a separate favorites record ID.Response
Returns a confirmation message on success.Confirmation string. Value is
"Eliminado" on success.Error responses
| Status | Error | Description |
|---|---|---|
401 | No autorizado | No active session or invalid session token. |
400 | Database error message | A Supabase delete error occurred. |
500 | Error interno | An unexpected server error occurred. |
If the specified recipe is not in the user’s favorites, Supabase performs a no-op delete and still returns
200. No error is raised for non-existent records.Example request
Example responses
200 OK
401 Unauthorized