Skip to main content
DELETE
/
servers
/
{id}
/
files
/
pull
/
{downloadId}
Cancel remote download
curl --request DELETE \
  --url https://your-domain.com/api/client/v1/servers/{id}/files/pull/{downloadId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Server UUID.

downloadId
string
required

Active download ID.

Response

Cancelled

ok
boolean