RevokeTenant
Disconnects the specified tenant from the application. Reauthorization is required the next time the user connects the application to the tenant.
Input
| Name | Type | Required | Description |
| TenantId | String | False | The unique identifier of the tenant that is being revoked. This ID is obtained from the Tenants view, which allows you to specify the tenant for which the connection will be removed. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the revocation operation was successful. If true, the connection has been successfully revoked for the specified tenant, otherwise, the operation has failed. |