Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api-sandbox.featherhq.com/v1/agents/revisions/{revision_id}/policies \ --header 'x-api-key: <api-key>'
{ "revision_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "policies_enabled": true, "policy_refs": [ {} ], "inert_tool_policies": [ { "policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "tool_target": "<string>", "reason": "tool_not_in_assistant_surface" } ] }
Successful Response
The assistant revision's current policy attachment after a write/read.
Show child attributes
Was this page helpful?