revoke_token
ActiveTool of run.domani/domani
declared in 1.0.0
Revoke an API token immediately. The token will stop working. Use list_tokens to find token IDs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"token_id"
],
"properties": {
"token_id": {
"type": "string",
"description": "ID of the token to revoke (from list_tokens)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries