Delete Data Policy
Permanently delete a data policy with all its versions, fields, and rules. Resolution runs keep their captured snapshots. Irreversible, write scope.
Permanently delete a data policy and everything under it: versions, fields, and rules. This action is irreversible. Resolution runs that previously captured a snapshot of the policy are not affected, because each run retains its own copy of the configuration it executed.
/v1/data-policies/{id}Path parameters
Response
Response fields
curl
Response
{
"deleted": true,
"id": "p1a2b3c4-e5f6-7890-abcd-ef1234567890"
}Errors
Error responses
Before deleting, export the configuration you might want back: GET /v1/data-policies/{id} returns the full policy with fields and rules inlined, which is enough to reconstruct it later. If the policy is wired into a pipeline's Resolve stage, update the pipeline first so future runs do not reference a missing policy.