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

Version 1 Next »

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

Deletes the specified tenant.

Note: This endpoint is still under development. Its behavior might change with the next release.

As of version 2021 Summer, if no object is stored in a tenant all client-side configurations are deleted.

As of version 2021 Winter, the configuration files saved in via the CONFIG service like tenant schema, forms, localization files, and catalogs are 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