@akamai/openapi-ts
    Preparing search index...

    Type Alias DeleteFirewallDeviceData

    type DeleteFirewallDeviceData = {
        body?: never;
        path: { deviceId: number; firewallId: number };
        query?: never;
        url: "networking/firewalls/{firewallId}/devices/{deviceId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { deviceId: number; firewallId: number }

    Type Declaration

    • deviceId: number

      ID of the Firewall Device to access.

    • firewallId: number

      ID of the Firewall to access.

    query?: never
    url: "networking/firewalls/{firewallId}/devices/{deviceId}"