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

Public

No

Request

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

Request

Object containing the following properties:

PropertyType
uploadId (*)string

(*) Required.

Response

Response

Object containing the following properties:

PropertyType
bytesDeleted (*)string

(*) Required.

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

Public

No

Request

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

Request

Object containing the following properties:

PropertyType
uploadId (*)string

(*) Required.

Response

Response

Object containing the following properties:

PropertyType
bytesDeleted (*)string

(*) Required.