Removes tags from the company with the specified id.
Removes tags from the company with the specified id.
Returns 204 NoContent if all tags have been removed successfully.
Returns 207 MultiStatus if at least one tag could not be removed, including the reasons.
<Check title="Required Permissions" icon="key">To remove tags from a company the user must have `company-master-data:write` permissions on the specified company.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
companyId
The id of the company.
Request
The tags to remove.
name
The name of the tag to delete.
Response
Multi-Status
Errors
400
Bad Request Error
401
Unauthorized Error

