Skip to main content
POST
/
deleteExportReport
Delete Export Report
curl --request POST \
  --url https://gateway.varchev.com/crypto/deleteExportReport \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --data '
{
  "nonce": "-19459848",
  "id": "elit laboris",
  "type": "delete"
}
'
{
  "error": [],
  "result": {
    "delete": true
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Tenant/Owner id

Content-Type
string

Body

application/json
nonce
string

(Required)

Example:

"-19459848"

id
string

(Required) ID of report to delete or cancel

Example:

"elit laboris"

type
string

(Required) delete can only be used for reports that have already been processed. Use cancel for queued or processing reports.

Example:

"delete"

Response

200 - application/json

OK

The response is of type object.