revoke_mailbox_credential
ActiveTool of run.domani/domani
declared in 1.0.0
Revoke an app password on a hosted mailbox. Any mail client using it stops connecting. API: DELETE /api/emails/{address}/credentials/{id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"credential_id"
],
"properties": {
"slug": {
"type": "string",
"description": "Hosted mailbox slug"
},
"domain": {
"type": "string",
"description": "Hosted mailbox domain"
},
"credential_id": {
"type": "string",
"description": "App password id from list_mailbox_credentials"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries