Rule
Delete Rule
Removes a rule from a gateway
DELETE
cURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a rule from a gateway
curl --request DELETE \
--url https://api.example.com/api/v1/gateways/{gateway_id}/rules/{rule_id} \
--header 'Authorization: <authorization>'{}curl --request DELETE \
--url https://api.example.com/api/v1/gateways/{gateway_id}/rules/{rule_id} \
--header 'Authorization: <authorization>'{}