Removing an original text
Removes one of the site's original texts from Yandex.Webmaster.
Request format
DELETE https://api.webmaster.yandex.net/v4/user/{user-id}/hosts/{host-id}/original-texts/{text-id}/
Path parameters
Name | Required | Type | Default value | Description |
---|---|---|---|---|
user-id | Yes | int64 | User ID. Required when calling all Yandex.Webmaster API resources. To get it, use the GET /user method. | |
host-id | Yes | host id | The site ID. To get it, use the GET /user/{user-id}/hosts method. | |
text-id | Yes | string | The original text ID. |
Name | Required | Type | Default value | Description |
---|---|---|---|---|
user-id | Yes | int64 | User ID. Required when calling all Yandex.Webmaster API resources. To get it, use the GET /user method. | |
host-id | Yes | host id | The site ID. To get it, use the GET /user/{user-id}/hosts method. | |
text-id | Yes | string | The original text ID. |
Response format
The response body isn't passed.
Response codes
To view the response structure in detail, click the reason.
Code | Reason | Description |
---|---|---|
204 | NO_CONTENT | Text was removed. |
403 | The ID of the user who issued the token differs from the one specified in the request. In the examples below, | |
404 | HOST_NOT_VERIFIED | Site management rights are not verified. |
Code | Reason | Description |
---|---|---|
204 | NO_CONTENT | Text was removed. |
403 | The ID of the user who issued the token differs from the one specified in the request. In the examples below, | |
404 | HOST_NOT_VERIFIED | Site management rights are not verified. |