RevokeTenant
Revokes the tenant connection, requiring the user to reauthorize next time they attempt to connect to that tenant.
Input
| Name | Type | Required | Description |
| TenantId | String | False | The unique identifier of the tenant (organization) for which the connection should be revoked. This ID is retrieved from the Tenants view and is used to specify the tenant for which the operation will be performed. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the connection to the specified tenant was successfully revoked. A value of 'true' means the connection was revoked successfully, while 'false' indicates that the operation failed. |