Type alias HighSystemsRequestDeleteApplication

HighSystemsRequestDeleteApplication: HighSystemsRequest & {
    appid: any;
}

Type declaration

  • appid: any

    The Application ID of the application you wish to delete.

Generated using TypeDoc