consumers
Detach a policy from a consumer
Removes the association between a policy and a consumer (idempotent).
DELETE
Detach a policy from a consumer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes the association between a policy and a consumer (idempotent).
curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/policies/{policy_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/policies/{policy_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}