Delete specific app storage data
DELETE
https://app.ecwid.com/api/v3/{storeId}/storage/{key}
Required access scopes
Your app must have the following access scopes to make this request: update_store_profile
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
key
string
Key for deleting specific data from app storage.
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
Field
Type
Description
success
boolean
Defines if the request was successful.
Last updated
Was this helpful?