Deleting an access filter

Deletes the specified access filter. To learn more about access filters, see the article.

Request

DELETE

https://api-metrica.yandex.net/management/v1/counter/{counterId}/access_filter/{accessFilterId}

Path parameters

Name

Description

accessFilterId*

Type: integer<int32>

ID of the access filter that you want to delete.
Example: 1000000042

counterId*

Type: integer<int32>

Counter ID.
Example: 2215573

Query parameters

Name

Description

delete_grants

Type: boolean

An indication of deletion of all permissions that are part of the specified access filter.

Default: false

Responses

200 OK

OK

Body

application/json
{
    "success": true
}

Name

Description

success

Type: boolean

Result of performing the action.

Default: true