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

id
uuid
required
The id of the blind to be destroyed

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
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request DELETE \
    --url https://api.onlydrams.app/api/v1/blinds/:id
  {
    "message": "The blind, Blabbity, was removed from your account."
  }