ScrepyDocs

Delete a Rank Tracker keyword

Delete a Rank Tracker keyword

DELETE/projects/{project_uid}/rank-tracker/keywords/{keyword_id}

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}$
keyword_id*integer

Project-scoped numeric keyword ID returned by the keyword list.

Range1 <= value

Query Parameters

delete_all_devices?boolean

When true, also delete the matching mobile or desktop entry in the same market.

Defaultfalse

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/projects/string/rank-tracker/keywords/1"
Empty