roles
Detach a registry from a role
Removes the association between a registry and a role (idempotent).
DELETE
Detach a registry from a role
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 registry and a role (idempotent).
curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/roles/{role_id}/registries/{registry_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/roles/{role_id}/registries/{registry_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}