RevokeTenant
Disconnects the specified tenant from the application. It revokes access and requires the user to reauthorize the next time they interact with the tenant's data.
Input
| Name | Type | Required | Description |
| TenantId | String | False | The unique ID of the tenant to revoke the connection for, as specified in the Tenants view. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean indicating whether the connection to the specified tenant was successfully revoked. |