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.

Deleting a Juice object removes all child bottles.

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 POST https://api.onlydrams.app/api/v1/juices/:id \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN"
{
	"message": "Juice successfully deleted."
}