import * as $dara from '@darabonba/typescript'; export declare class DeleteApiRequest extends $dara.Model { /** * @remarks * The ID of the API. * * This parameter is required. * * @example * d6f679aeb3be4b91b3688e887ca1fe16 */ apiId?: string; /** * @remarks * The ID of the API group. * * @example * 08ae4aa0f95e4321849ee57f4e0b3077 */ groupId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }