Skip to main content
DELETE
/
accounts
/
api-key
Delete API key
curl --request DELETE \
  --url https://api.quiva.ai/accounts/api-key \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "key": "<string>",
    "name": "<string>",
    "created_on": "2023-11-07T05:31:56Z",
    "expires_on": "2023-11-07T05:31:56Z",
    "creds": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/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.

Query Parameters

key
string

Full API key (available for preview only on creation)

id
string

Key id (available in the key list)

Response

API key deleted successfully

data
object
required