Release Tenant
This request releases a tenant, so it can be re-used
Resource
POST /tenants/<OID>/release
Where OID
is the tenant’s database ID (the field databaseId).
Parameters
None
Payload
None
Response
None
Context
Authorization |
Master |
Configuration |
Multi-tenant |
Errors
HTTP code | Xelion code | Description |
---|---|---|
400 |
10063 |
Not the master tenant. |
404 |
10060 |
No multi-tenant configuration. |
10100 |
No tenant with the specified ID exists. |
Example
Request
POST https://xelion.nl/api/v1/master/tenants/1/release