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.

Returns a message or an error. Interestingly, it will swap the deleted bottle out for a new one in the asssociated blind instance

Parameters

No parameters

Returns

Returns a message or an error. Returns a 403 if the logged in user is not a Platinum Tier member. Returns a 404 if the logged in member does not own the blind instance
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request DELETE \
    --url https://api.onlydrams.app/api/v1/blinds/:blind_id/blind_instances/:blind_instance_id/blind_bottles/:id
  {
    "message": "This bottle has been replaced in your blind."
  }