Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

Deletes the specified tenant.

Beginning with version 2021 Summer, if no object is stored in a tenant all basic configurations are removed from the yuuvis® backend.

Beginning with version 2021 Winter, the artifacts saved in the config service like tenant schema, forms, localization files, and catalogs are removed as well.

Open and planned for 2022 Spring:

  • The objects of the tenant can be removed as well.
  • The user configurations that are saved in the User Service will be deleted as well.  

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


  • No labels