zendesk-messaging-client
    Preparing search index...

    Type Alias DeleteSwitchboardData

    type DeleteSwitchboardData = {
        body?: never;
        path: { appId: string; switchboardId: string };
        query?: never;
        url: "/v2/apps/{appId}/switchboards/{switchboardId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { appId: string; switchboardId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • switchboardId: string

      Identifies the switchboard.

    query?: never
    url: "/v2/apps/{appId}/switchboards/{switchboardId}"