companies
Deletes the company with the specified id.
There are several ways to delete a company. Look into the property description of the post model to get detailed information. <br />If the post is executed without a model, the default process 'delete-only-company' will be executed. <br />For the operation 'delete-all-without-timeentries' project-master-data write permissions are required on all projects of the company.
<Check title="Required Permissions" icon="key">The user must be an admin or have company-master-data:write permissions.</Check>
post/companies/{companyId}/delete
Path parameters
companyIdstring uuid required
The id of the company.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
No Content
object required
Changes
No recorded changes to this endpoint across all 5 revisions of this API.