Sign in

Delete store logo image

documented

Delete one of the store logos (e.g., main logo, invoice logo, or email logo).

DELETE /api/v3/{storeId}/profile/{logo}Store Profileno 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://app.ecwid.com/api/v3/{{$storeId}}/profile/logo" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Delete store logo image · Ecwid · OpenIntegrations