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 2 Current »

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

Deletes the specified tenant.

The tenant is only deleted if no DMS objects are stored. If the tenant does not contain any DMS object, all client-side configurations are deleted. The configuration files saved via the CONFIGSERVICE like tenant schema, forms, localization files, and catalogs are deleted as well. In case the CONFIG service is not available, those configuration files remain and have to be deleted manually later on.

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

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