Dashboard - Deletes a dashboard by its ID
Authorizations
Path parameters
dashboardIdstring · uuidRequired
Enter ID of an existing dashboard.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Dashboard successfully deleted.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
403
Forbidden: Access denied to delete the dashboard due to insufficient permissions or account restrictions.
404
Not Found: The dashboard with the provided ID does not exist, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /dashboards/{dashboardId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated