Deactivates a specific tenant. Once deactivated, tenant will be deleted on or after estimatedPurgeDate. Tenant can be reactivated using /v1/tenants/{tenantId}/actions/reactivate until this date. You must use a regional OAuth client generated via the My Qlik portal to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/deactivate if interacting with tenants in the us region.
Deactivates a specific tenant. Once deactivated, tenant will be deleted on or after
estimatedPurgeDate
. Tenant can be reactivated using/v1/tenants/{tenantId}/actions/reactivate
until this date. You must use a regional OAuth client generated via the My Qlik portal to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g.https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/deactivate
if interacting with tenants in theus
region.