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

companyIdstringRequiredformat: "uuid"
The id of the company.

Request

The tags to remove.
namestringRequired0-255 characters
The name of the tag to delete.

Response

No Content

Errors