ScrepyDocs

Delete Rank Tracker keywords

Deletes up to 100 project-scoped keyword IDs. Set `delete_all_devices` to remove matching mobile and desktop variants.

POST/projects/{project_uid}/rank-tracker/keywords/bulk-delete

Deletes up to 100 project-scoped keyword IDs. Set delete_all_devices to remove matching mobile and desktop variants.

Authorization

bearerApiKey
AuthorizationBearer <token>

Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.

In: header

Path Parameters

project_uid*string

Accessible project UID. Discover it with GET /projects; do not guess it.

Match^[a-z0-9]{10}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/projects/string/rank-tracker/keywords/bulk-delete" \  -H "Content-Type: application/json" \  -d '{    "keyword_ids": [      1    ]  }'
{  "data": {    "deleted_count": 0  }}