Use this endpoint to remove a single tag from a policy.
Endpoint
DELETE /catalog-server/api/rules/:id/tags/:tagIdPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | ID of the policy |
tagId | string | Yes | ID of the tag to remove |
Sample Request
curl -X DELETE "https://{{HOST}}/catalog-server/api/rules/14716/tags/40723" \ -H "accessKey: {{ACCESS_KEY}}" \ -H "secretKey: {{SECRET_KEY}}"Was this page helpful?