Skip to main content
DELETE
/
v1
/
lovelace
/
{id}
Delete a dashboard by ID
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/lovelace/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string

ID da organização para contexto (opcional). Quando presente, filtra recursos da org.

Path Parameters

id
integer
required

ID numérico do dashboard

Response

Dashboard deleted