Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


Excerpt
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 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. As of version 2021 Winter, the The configuration files saved in via the CONFIG service CONFIGSERVICE like tenant schema, forms, localization files, and catalogs are deleted as well. In case the CONFIGSERVICE 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

...