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.

Parameters

No parameters.

Returns

A message indicating the operations status. If the request was successful a success message will be returned. Otherwise, this call will return an error message.
  curl -X DELETE https://api.onlydrams.app/api/v1/bottles/:id/upcs \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN"
       -d '{
            "upc": {
              "id": "123456789",
              "bottle_id": "987654321"
            }
          }'
{
	"message": "UPC successfully deleted."
}