Share feedback
Answers are generated based on the documentation.

Schema

DeletePolicyResponse

Type: object

The full deleted policy.
deleted · required

Schema: Policy

All schema constraints and annotations
{
  "description": "The full deleted policy.",
  "properties": {
    "deleted": {
      "$ref": "#/components/schemas/Policy"
    }
  },
  "required": [
    "deleted"
  ],
  "type": "object"
}