Keywords

Delete a keyword

Removes the keyword and its matches. Posts also matched by another keyword stay.

DELETE
/v1/keywords/{id}
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Path Parameters

idstring

Keyword id (kw_...).

Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://api.mentio.dev/v1/keywords/kw_abc123"
Empty
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}