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.

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/:id
  {
    "message": "Your blind instance has been destroyed."
  }