consumers
Delete a consumer
Deletes a consumer from a gateway.
DELETE
Delete a consumer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a consumer from a gateway.
curl --request DELETE \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{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} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}