Archive Policy
Last updated
Last updated
DELETE /v2/policies/{policyId}
Archives a policy.
Policies:Archive
Always Required
policyID
Unique identifier of the Policy
. ex. plc-1f04s-lqc9q-xxxxxxxxxxxxxxxx
Same as response, except policy status
is "Archived"
In the case when an approval is first required before the policy can actually be modified, a 202
status code is returned, and the object returned is a "Policy change request", which contains an approvalId
. You can use the approvalId
to fetch the right approval to be fulfilled before this change request actually executes.