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

ID of the access filter that you want to delete.

counterId

Type: integer

Counter ID.

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.