ReferenceV1
Revoke All Access Tokens
Revoke all access tokens for the current user. By default, excludes the current token (the one making this request). Set exclude_current=false to revoke ALL tokens including the current one.
Query Parameters
exclude_current?boolean
Default
trueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X DELETE "https://loading/api/v1/access-tokens"{
"revokedCount": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}