# Deletes a policy Endpoint: DELETE /v1/policies Version: V1 Security: authorization_code_with_pkce, client_credentials ## Request fields (application/json): - `subject` (string, required) The subject identifier the policy should be created for. Example: "user-00000000-0000-0000-0000-000000000000" - `scope` (string, required) The resource scope the policy applies to. Example: "/subscriptions/123" - `action` (string, required) The action to grant. Must be one of the actions returned by the /actions endpoint. Example: "iam.policy.read" ## Response 204 fields ## Response 401 fields ## Response 403 fields