cURL
curl --request DELETE \ --url https://your-domain.com/api/client/v1/servers/{id}/files/pull/{downloadId} \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
Active download ID.
Cancelled