Skip to main content
POST
/
api
/
uploads
/
dataset
/
{dataset_id}
/
abort
Abort Dataset Upload
curl --request POST \
  --url https://api.example.com/api/uploads/dataset/{dataset_id}/abort \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "error_message": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Cookies

antidote_session
string | null

Body

application/json
error_message
string | null

Response

Successful Response

The response is of type Response Abort Dataset Upload Api Uploads Dataset Dataset Id Abort Post · object.