Remove named transform
Removes named transform
POST
https://api.imagemash.io/v1/account/removeNamedTransform
Headers
Name
Type
Description
apikey*
Your API Key
Request Body
Name
Type
Description
shortcut*
String
Shortcut name of your named transform. Eg. big_logo
, my_named_transform
// Empty Body
Example Codes
curl --location --request POST 'https://api.imagemash.io/v1/account/removeNamedTransform' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'shortcut=my_named_transform'
Last updated