# OryHydraClient::DeleteOryAccessControlPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **flavor** | **String** | The ORY Access Control Policy flavor. Can be \"regex\", \"glob\", and \"exact\". in: path | **id** | **String** | The ID of the ORY Access Control Policy Role. in: path | ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::DeleteOryAccessControlPolicy.new(flavor: null, id: null) ```