heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 296 B
TypeScript
import { authorization } from 'heat-sfdx-common';
/**
* @name deleteMetadata
* @description deletes one or more metadata components from your organization synchronously.
*/
declare function deleteMetadata(authorization: authorization, config: any): Promise<string>;
export { deleteMetadata };