Policy Engine
Delete a policy
Delete a policy by its ID. This will have the effect of removing the policy from all accounts that are currently using it.
DELETE
Headers
An optional UUID v4 request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
Required string length:
36
Path Parameters
The ID of the policy to delete.
Response
204
Successfully deleted policy.