AWSS3DeleteObject
Type
command
Summary
Delete an object
Syntax
AWSS3DeleteObject <pBucket>,<pObject>,<pCallback>
Description
The caller of this command will be sent the callback message on completion with two parameters:
- the request ID
- the server response which should be empty
- an error message if one occurred
For futher details about this API see the AWS S3 REST API Documentation
note
The message is sent before the tsNet connection is closed so it is possible to access the recieved headers using the tsNetRetrHeaders function