Skip to main content
POST
/
v1
/
ingest
/
sources
/
{source_key}
/
uploads
/
abort
Abort a hosted upload
curl --request POST \
  --url https://api.withsplendor.com/v1/ingest/sources/{source_key}/uploads/abort \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>' \
  --data '
{
  "upload_session_id": "<string>"
}
'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

source_key
string
required

Body

application/json
upload_session_id
string
required
Required string length: 1 - 64

Response

Successful Response