Skip to main content
DELETE
/
vq
/
developer
/
keys
/
{keyId}
Revoke API key
curl --request DELETE \
  --url https://api.vectrade.io/v1/vq/developer/keys/{keyId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "docs_url": "<string>"
  },
  "request_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

keyId
string
required

Response

Key revoked