gateways
Delete a gateway
Deletes a gateway. Fails if it still has dependent resources.
DELETE
Delete a gateway
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a gateway. Fails if it still has dependent resources.
curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}