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.

Permanently deletes an infinity bottle and all its associated content records.

Authentication

Requires a valid access token.

URL Parameters

id
string
required
The ID of the user who owns the infinity bottle.
bottle_id
string
required
The ID of the infinity bottle to delete.

Returns

Returns a success status if deletion was successful.
curl -X DELETE https://api.onlydrams.app/api/v1/users/123/infinity_bottles/456 \
     -H "Authorization: Bearer $ACCESS_TOKEN"
{
  "message": "Infinity bottle deleted successfully"
}