Skip to main content
Skip table of contents

Removing S3 Objects

Remove operations delete S3 objects from the object store.

Remove S3 Object Request

CODE
DEF S3-REMOVE-OBJECT-RQ.
  02  RQ-HDR                            TYPE S3-HEADER-RQ.
  02  TARGET-OBJECT                     TYPE CHARACTER 256.
END

Remove S3 Object Reply

CODE
DEF S3-REMOVE-OBJECT-RP.
  02  RP-HDR                            TYPE S3-HEADER-RP.
END

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.