Sign in

Remove product image

documented

Remove an additional product image.

Pricesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.planyo.com/rest/?method=remove_product_image" \
  -G \
  -d "id={{$image_id}}" \
  -d "api_key={{PLANYO_API_KEY}}" \
  -d "language={{$language}}" \
  -d "hash_timestamp={{$hash_timestamp}}" \
  -d "hash_key={{$hash_key}}" \
  -H "Accept: application/json"