Authorization: ********************
{
"application": "APPLICATION_UNSPECIFIED",
"dashboard_resource_id": "string",
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/dashboards/DeleteApplicationDashboard' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"application": "APPLICATION_UNSPECIFIED",
"dashboard_resource_id": "string",
"org_id": "string"
}'
{}