/keywords/remove_engines POST
Allows you to remove one or more engines from an existing keyword_id. On success, it returns the full list of all engines now assigned to the keyword_id.
Required parameters
Name | Type | Description |
---|---|---|
keyword_id | string | The keyword_id that you wish to remove the engine list from. The keyword_id is supplied by the /keywords/add endpoint. |
engines | string or array of strings | The engine(s) that you wish to remove to the keyword_id. |
Cost
Free
Example response
{
"status": "ok",
"data": {
"keyword_id": "50d730110244066f4b00003e",
"engines": ["google_en-us","bing_en-us"] // the full list of engines assigned to the keyword_id
}
}