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

Methods

  • DELETE — Deleting data by key from the System object storage

Resource

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

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
success boolean

Successful response flag

Optional