Documentation Index
Fetch the complete documentation index at: https://docs.agentwallex.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The policy ID to delete (e.g., pol_abc123).
Deleting a policy removes the constraint immediately. Ensure you have other policies in place to maintain security.
Example
curl -X DELETE https://api.agentwallex.com/api/v1/policies/pol_abc123 \
-H "X-API-Key: awx_your_api_key"
Authorizations
ApiKeyAuthBearerAuth
API key authentication. Keys are prefixed with awx_.
The policy ID to delete (e.g., pol_abc123).
Policy deleted successfully.
Confirmation of deletion.