v1

latestOpenAPI 3.1.02026-07-17753796.1 KB
Users

Delete Token

delete/api/users/{username}/tokens/{id}

Path parameters

usernamestring required
idstring required

Response

Token deleted

idstring required
tokenstring required

Only available if the token was freshly created.

usernamestring

Username of the token.

client_idstring

Client ID of the token.

scope'admin' | 'install' | 'update' | 'read' required

Permission scope of the token.

grant_type'one-time'

Grant type of the token

expiresinteger

Timestamp when the one-time token expires.

urlstring

Login URL for passwordless authentication tokens.