Skip to main content
DELETE
/
v1
/
policies
/
{id}
curl -X DELETE https://api.truthlocks.com/v1/policies/pol_abc123 \
  -H "X-API-Key: tlk_your_key_here"
Deletes a policy and all associated bindings for the authenticated tenant. This action takes effect immediately — any requests that were subject to the policy will no longer be evaluated against it.
Deleting a policy is irreversible. If you want to temporarily stop enforcement, set the policy status to DISABLED instead. See policy lifecycle.

Parameters

id
string
required
UUID of the policy to delete.

Responses

curl -X DELETE https://api.truthlocks.com/v1/policies/pol_abc123 \
  -H "X-API-Key: tlk_your_key_here"