DELETE /tenant-management/api/system/tenants/{tenant}

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodDELETE
Description

Deletes the specified tenant.

Note: Be careful with this call! This endpoint is still in development. Currently, only the Keycloak Realm is deleted. All settings in the yuuvis® backend stay active. The endpoint will be available with full functionality in May 2021 at the latest.

Beginning with version 2021 Summer Alpha 4, if no object is stored in a tenant all basic configurations are removed from the yuuvis® backend. Artifacts saved in the config service like tenant schema, forms, localization files, and catalogs will be removed in one of the next Alpha releases.

Meaning of the response status codes:
HTTP Status CodeMeaning
204 NO CONTENTSuccessful, the specified tenant has been deleted.
401 UNAUTHORIZEDThe call was unauthorized.
404 NOT FOUNDThe specified tenant was not found.
Request Example

/tenant-management/api/system/tenants/myTenant

Response Example

204 NO CONTENT

no response body