Deleting a token

Deletes a token for the specified counter.

Request

POST

https://api-metrika.yandex.net/management/v1/counter/{counterId}/measurement/delete

Path parameters

Name

Description

counterId*

Type: integer<int32>

ID of the counter for which you want to delete a token.
Example: 2215573

Query parameters

Name

Description

token*

Type: string

The token that you want to delete.
Example: 01x0x000-x11x-4385-0x00-47xx000xx000

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.