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
}Was this page helpful?