RevokeTenant
Disconnects the specified tenant from the application. After this operation, the user must reauthorize their connection to the tenant the next time they interact with the app.
Input
| Name | Type | Required | Description |
| TenantId | String | False | The unique identifier of the tenant to revoke, as provided in the Tenants view. This value is used to identify and revoke the connection for the specific tenant. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the connection was successfully revoked. A boolean value that is true if the operation was successful, false if it was not. |