Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • version: A version to chronologically identify the transactions. If a record with key already exists with a higher version, the key will not be deleted.
  • zone: Optional. If specified, it will delete all items with a higher version than version that are of the specified zone only.
Code Block
languagejs
themeRDark
DELETE transaction/deleteAll/<storage-unit-name>/<optional:scope>
{
  "version": 1445618448133
  "zone": "LOCAL_ZONE"
}

 

Response

If the delete all operation is successful, a 200 response code and an OK message are returned.

...