Skip to main content
DELETE
/
accounts
/
auth-token
Revoke auth token
curl --request DELETE \
  --url https://api.quiva.ai/accounts/auth-token \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

token
string
required

Auth token to revoke

Response

Token revoked successfully

message
string