Hyperlane Docs home page
Search...
⌘K
Ask AI
Search...
Navigation
HTTP API
Remove IGP Rule
Home
Learn
Agent Operators
Introduction
Agents Overview
Key Management
Agent Keys
Validators
Run Validators
AWS Signatures Bucket Setup
Monitoring & Alerting
Relayer
Run a Relayer
HTTP API
Relayer HTTP API
GET
List Operations
POST
Retry Messages
GET
Get Messages
POST
Insert Messages
GET
Get Merkle Tree Insertions
POST
Insert Merkle Tree Insertions
GET
List IGP Rules
POST
Add IGP Rule
DEL
Remove IGP Rule
Message Filtering
Monitoring & Alerting
Agent Config
Agent Configuration
Configuration Reference
Guides
Quickstart with Docker Compose and AWS
Deploy with Terraform
AVS Operator Guide
curl
JavaScript
Python
Copy
Ask AI
curl
-X
DELETE
"http://localhost:9090/igp_rules/1"
HTTP API
Remove IGP Rule
Copy page
Copy page
DELETE
/
igp_rules
/
:index
Try it
curl
JavaScript
Python
Copy
Ask AI
curl
-X
DELETE
"http://localhost:9090/igp_rules/1"
Remove existing Interchain Gas Payment (IGP) rules.
This endpoint is only available when gas enforcers are configured.
index
number
required
Index of the IGP rule to remove
curl
JavaScript
Python
Copy
Ask AI
curl
-X
DELETE
"http://localhost:9090/igp_rules/1"
Was this page helpful?
Yes
No
Add IGP Rule
Message Filtering
Assistant
Responses are generated using AI and may contain mistakes.