3.4.5.3 Message: DeleteObject

Topic Version1Published10/31/2016
For StandardETP v1.1

Deletes one or more data objects from a store. If the document does not exist, send EINVALID_URI. Currently, this deletes a single object, but in the future there may be URIs defined that allow deleting more than one data object.

Message Type ID: 3

Correlation Id Usage: n/a

Multi-part: False

Sent by: customer

Attribute

Description

Data Type

Min

Max

uri

The URI of the object to be deleted.

string

1

1

Avro Source

{

      "type": "record",

      "namespace": "Energistics.Protocol.Store",

      "name": "DeleteObject",

      "messageType": "3",

      "protocol": "4",

      "senderRole": "customer",

      "protocolRoles": "store,customer",

      "fields":

     [

         { "name": "uri", "type": "string" }

     ]

}