Remove a portfolio tag from an organization.
DELETE /v1/organizations/{id}/tags
DELETE
/v1/organizations/{id}/tags
See create_organization_tag for the distinction between portfolio
tags and risk-register tags.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The UUID of the organization
Example
123e4567-e89b-12d3-a456-426614174000Request Body required
Section titled “Request Body required ”object
tag_id
required
string format: uuid
Responses
Section titled “ Responses ”Tag removed from organization
Organization not found