Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We are in Qlik SAAS in an OEM context and I need to create/delete customer tenants on request .
I am using qlik-cli to manage my tenants and resources but when trying to use the 'deactivate' command to delete a tenant, I am receiving a "Precondition failed" error in return .
I am using the register.de.qlikcloud.com tenant as indicated by the doc and the same context I used for the create tenant.
Below is the sequence I use
It would be very helpful if you could indicqte why this is not working.
Thanks
Hi @thomasmaure hopefully you solved this!
The solution is to add a header which appears to be missing from the documentation for this call in the tool and on qlik.dev.
The correct call should look like:
qlik tenant deactivate NvFfzwUzaRvzVu0QgRGrk_dcCFsmh2kh --headers qlik-confirm-hostname=fbq0vppsz3j1yrn.eu.qlikcloud.com
I'll ask the team to take a look at the docs.
Hi @thomasmaure hopefully you solved this!
The solution is to add a header which appears to be missing from the documentation for this call in the tool and on qlik.dev.
The correct call should look like:
qlik tenant deactivate NvFfzwUzaRvzVu0QgRGrk_dcCFsmh2kh --headers qlik-confirm-hostname=fbq0vppsz3j1yrn.eu.qlikcloud.com
I'll ask the team to take a look at the docs.
Thanks Dave, with this additional header it is working fine.