Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Deletes an existing pour for the authenticated user. This action cannot be undone.

Endpoint

DELETE /api/v1/pours/:id

Parameters

id
string
required
The ID of the pour to delete.
curl -X DELETE https://api.onlydrams.app/api/v1/pours/456e7890-e89b-12d3-a456-426614174001 \
  -H "Authorization: Bearer $ACCESS_TOKEN"
No content

Error Responses

{
  "error": "Pour not found"
}
{
  "error": "You can only delete your own pours"
}