Skip to main content
POST
Abort file upload

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

sessionId
string<uuid>
required

The unique identifier of the file upload session. Unique identifier for the upload session.

Example:

"24b49ba0-6b5c-4950-94c1-1622939cc481"

Response

Returns aborted session status

A response contaning list of pairs of file names and their sizes.

sessionId
string<uuid>
required

Unique identifier for the upload session.

Example:

"24b49ba0-6b5c-4950-94c1-1622939cc481"

sessionStatus
enum<string>
required

Status of the upload session.

Available options:
preparing,
completed,
aborted
Example:

"preparing"