Logo
Functions

deleteFileApiV1FilesIdDelete

deleteFileApiV1FilesIdDelete<ThrowOnError>(options): RequestResult<void, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2028

Delete File Delete the file from S3.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & DeleteFileApiV1FilesIdDeleteData

Returns

RequestResult<void, HTTPValidationError, ThrowOnError>

On this page