Cancel app subscription
Last updated
Was this helpful?
DELETE https://app.ecwid.com/api/v3/{storeId}/application?namespace={namespace}
Request cancels app subscription, revokes all its tokens, and uninstalls the app from the store.
Your app must have the following access scopes to make this request: update_store_profile
All path params are required.
storeId
number
Ecwid store ID.
Request works with one required query param.
namespace
string
App's client_id.
Last updated
Was this helpful?
Was this helpful?
