host.oauth.issuer_remove
Remove one of this tenant's registered OAuth issuers; bearer JWTs from it stop authenticating immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | Yes | The issuer to remove. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |