RevokeTenant
Disconnects a tenant from the application. Once revoked, the user must reauthorize the connection the next time they interact with the application.
Input
| Name | Type | Required | Description |
| TenantId | String | False | The unique identifier for the tenant whose connection is to be revoked, as provided in the Tenants view. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the connection was successfully revoked. Options are 'true' if the revocation was successful, and 'false' if it failed. |