UNPKG

@c8y/toolkit

Version:

Toolkit for Cumulocity applications, allows to e.g. deploy an application to an instance of Cumulocity.

10 lines (9 loc) 220 B
export declare function deleteTenants(options: { user: string; password: string; url: string; tenant?: string; age?: number; companyName: string; includeChildren?: boolean; }): Promise<void>;