curl --request DELETE \
--url https://inbound.new/api/e2/guard/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a guard rule by ID.
curl --request DELETE \
--url https://inbound.new/api/e2/guard/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://inbound.new/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?