Skip to content

Revoke API token

DELETE
/api/tokens/{id}

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Responses

Token revoked

application/json
JSON
{
"data": {
"deleted": true
}
}

Samples

Powered by VitePress OpenAPI