Deleting an access filter.

Deletes the specified access filter. For more information on access filters, see this article.

Request

DELETE

https://api-metrika.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

Shows if all the permissions in this access filter are being removed.

Default: false

Responses

200 OK

OK

Body

application/json
{
    "success": true
}

Name

Description

success

Type: boolean

Result of performing the action.

Default: true

No longer supported, please use an alternative and newer version.