# DeletePolicyResponse


[API catalog](/reference/api/) · [AI Governance overview](/reference/api/ai-governance/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes/governance/) · [OpenAPI specification](/reference/api/ai-governance/api.yaml)

API version: 1



Schema constraints and annotations:

```json
{
  "description": "The full deleted policy.",
  "properties": {
    "deleted": {
      "$ref": "#/components/schemas/Policy"
    }
  },
  "required": [
    "deleted"
  ],
  "type": "object"
}
```



