Unlinking a tag from a label

Unlinks the specified tag from the given label.

Request

DELETE

https://api-metrika.yandex.net/management/v1/counter/{counterId}/label/{labelId}

Path parameters

Name

Description

counterId

Type: integer

ID of the tag to unlink from a label.

labelId

Type: integer

ID of the label to unlink a tag from.

Responses

200 OK

OK

Body

application/json
{
  "success": true
}

Name

Description

success

Type: boolean

Result of performing the action.

Default: true