Skip to main content
DELETE
/
api
/
v2
/
upload-session
/
{uuid}
Delete an upload session
curl --request DELETE \
  --url https://paradigm.lighton.ai/api/v2/upload-session/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Response

204

No response body