Acceldata
Acceldata
Last updated:

Remove Tag from a Policy

Use this endpoint to remove a single tag from a policy.

Endpoint

Http

DELETE /catalog-server/api/rules/:id/tag/:tagId

Path Parameters

Name

Type

Required

Description

id

string

Yes

ID of the policy

tagId

string

Yes

ID of the tag to remove

Sample Request

Bash

curl -X DELETE "https://{{HOST}}/catalog-server/api/rules/14716/tag/40723" \

-H "accessKey: {{ACCESS_KEY}}" \

-H "secretKey: {{SECRET_KEY}}"