Uploads

Delete Upload

Removes the upload and deletes the files from the bucket

Request

  • uploadId
    string

Response

  • bytesDeleted
    string

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.uploads.delete({
  // Request body
});