Delete routes for an interface
DELETE/api/node/:hostname/network/route/:interfaceName
Delete the managed route configuration for a network interface on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Route configuration deleted.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error deleting route configuration.