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>"
  }
}

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