v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Tag Policies

Delete a tag policy

Delete a tag policy. By default the policy is soft-deleted so it can be recovered later and so that historical score data remains queryable. Pass hard_delete=true to remove the policy permanently.

delete/api/v2/tag-policies/{policy_id}

Path parameters

policy_idstring required

The unique identifier of the tag policy to delete.

Query parameters

hard_deleteboolean

Whether to permanently delete the policy instead of performing a soft delete. Defaults to false.

Response

No Content