AWS.S3.TS3Client.DeleteObject

Delete an object from a bucket.

function DeleteObject(const ARequest: IS3DeleteObjectRequest): IS3DeleteObjectResponse; overload;
__fastcall IS3DeleteObjectResponse DeleteObject(const IS3DeleteObjectRequest ARequest);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3DeleteObjectRequest
A DeleteObject request object.

Response containing DeleteObject results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.