Remove keyword from list

Removes a keyword from list

POST https://api.imagemash.io/v1/account/removeKeywordFromList

Headers

Name
Type
Description

apikey*

String

Your API Key

Request Body

Name
Type
Description

name*

String

keyword name that you want to remove

// Empty Body

Example Codes

curl --location --request POST 'https://api.imagemash.io/v1/account/removeKeywordFromList' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'name=example.com/images'

Last updated