---
metadata:
  - name: generator
    content: Diplodoc Platform v5.48.2
alternate:
  - https://yandex.com.tr/dev/metrika/en/management/openapi/cloud/removeCounter.md
  - https://yandex.com.tr/dev/metrika/ru/management/openapi/cloud/removeCounter.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/metrika/ru/llms.txt

<!-- source: ru/management-src/Upravlenie-eksportom-v-Yandex-Cloud/removeCounter.md -->
<div class="openapi">

# Отключение экспорта на счетчике

<!-- markdownlint-disable-file -->

Отключает экспорт в Yandex Cloud на указанном счетчике. Метод доступен для владельца и редактора счетчика.

## Request

<div class="openapi__requests">

<div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-delete);margin-bottom: 12px">

<div class="openapi__request">

DELETE {.openapi__method}
```text translate=no
https://api-metrika.yandex.net/export/v1/cloud/{ceId}/counter/{counterId}
```

</div>

</div>

</div>

### Path parameters

#|
|| **Name** | **Description** ||
||

_ceId_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: integer

Идентификатор экспорта в Yandex Cloud. Идентификатор можно получить с помощью операции [Получение информации об объектах, которые экспортируются в Yandex Cloud](https://yandex.com.tr/dev/metrika/ru/management-src/Upravlenie-eksportom-v-Yandex-Cloud/getExportsByCounter.md).
{.table-cell}
||
||

_counterId_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: integer

Идентификатор счетчика Метрики.
{.table-cell}
||
|#{.json-schema-properties}

## Responses

<div class="openapi__response__code__200">

## 200 OK

OK

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "success": true
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_success_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: boolean

Результат выполнения операции.

_Default:_{.json-schema-reset .json-schema-value} `true`
{.table-cell}
||
|#{.json-schema-properties}

</div>

</div>

</div>
<!-- endsource: ru/management-src/Upravlenie-eksportom-v-Yandex-Cloud/removeCounter.md -->

[*Deprecated]: No longer supported, please use an alternative and newer version.