Skip to main content
DELETE
Delete saved filter

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

saved_filter_token
string
required

Response

SavedFilter model

token
string
required
title
string
required

The title of the SavedFilter.

Example:

"Platform Team Reports"

cost_report_tokens
string[]
required

The tokens for any CostReports the SavedFilter is applied to.

filter
string | null
required

The SavedFilter's filter, applied to any relevant CostReports. Additional documentation available at https://docs.vantage.sh/vql.

Example:

"costs.provider = 'azure'"

created_at
string
required

The date and time, in UTC, the report was created. ISO 8601 Formatted.

Example:

"2023-08-04T00:00:00Z"

created_by
string | null
required

The token for the Creator of this SavedFilter.

workspace_token
string
required

The token for the Workspace the SavedFilter is a part of.