Skip to content

Remove a portfolio tag from an organization.

DELETE
/v1/organizations/{id}/tags
curl --request DELETE \
--url https://api.adversarial.com/api/v1/organizations/123e4567-e89b-12d3-a456-426614174000/tags \
--header 'Content-Type: application/json' \
--data '{ "tag_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'

Removes the label from this organization only. The tag itself is not deleted and stays available for other organizations in the portfolio.

id
required
string format: uuid

The UUID of the organization

Example
123e4567-e89b-12d3-a456-426614174000
Media typeapplication/json
object
tag_id
required
string format: uuid
Examplegenerated
{
"tag_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

Tag removed from organization

Organization not found