Delete dashboard
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/dashboards/{dashboardId} \
--header 'Authorization: Bearer <token>'{
"error": "UNAUTHORIZED",
"details": {
"message": "Missing or invalid authentication token"
}
}Excluir Dashboard
Delete a dashboard and all its widgets. Admin role required.
DELETE
/
api
/
workspace
/
{workspaceId}
/
dashboards
/
{dashboardId}
Delete dashboard
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/dashboards/{dashboardId} \
--header 'Authorization: Bearer <token>'{
"error": "UNAUTHORIZED",
"details": {
"message": "Missing or invalid authentication token"
}
}Autorizações
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Cabeçalhos
Parâmetros de caminho
The workspace ID
Pattern:
^ws_[a-z0-9]+$Parâmetros de consulta
Resposta
Dashboard deleted
Última modificação em 25 de abril de 2026
⌘I