Public Web API: Response model for deleting data by key (Deleting data by key from the app storage)

Methods

  • DELETE — Deleting data by key from the app storage

Resource

{
    "error": "string",
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
success boolean

Successful request flag

Optional