Remove keywords from the list
Remove one or more keywords from a keyword list. Pass keyword_ids in the request body. Keywords not currently in the list are ignored silently. Returns HTTP 204.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Path Parameters
list_id*string
list ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
body?unknown
Response Body
curl -X DELETE "https://api.mangools.com/v3/kwfinder/lists/string/keyword" \ -H "Content-Type: application/json" \ -d '{}'Empty