PeekPanda docs
Remove an ASO keyword tag
Delete a tag and lift it from every keyword carrying it.
Download Markdown ↓DELETE/v1/aso/tags/{tagId}Auth
Bearer API credential or OAuth access tokenScope content:writeMCP remove_aso_keyword_tagRequest
Deleting a tag removes it from every tracked keyword that carries it, across every tracked app. The keywords themselves, and their notes, are untouched.
curl --request DELETE 'https://api.peekpanda.com/v1/aso/tags/55555555-5555-4555-8555-555555555555' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal'Response
Empty JSON object.
{}
Parameters
NameInTypeRequiredDescription
tagIdpathuuidYesKeyword tag id.Known errors
400invalid_request for an invalid filter, identity or limit.401authentication_required for a missing or invalid credential.402subscription_required when access is not entitled.403authorization_required for a missing scope or unavailable preview access.404not_found when the record is outside the accessible catalogue.429rate_limited; honor Retry-After when present.409conflict when the write would duplicate an exclusive row.Source
Dated public App Store search results and suggestion observations for the US English storefront. Positions are observed result order. Difficulty and demand are directional indicators, not search volume or advertising data.
Refresh
This read returns stored observations. Use the related refresh command when newer evidence is needed.