Skip to main content
DELETE
/
accounts
/
export
Remove export
curl --request DELETE \
  --url https://api.quiva.ai/accounts/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "example-export"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Export name

Response

Export removed successfully

message
string