English
Appearance
string
Promise<DeleteCatalogResponse>
export type DeleteCatalogResponse = "";
api .deleteCatalog("catalogId_1") .then(console.log).catch(console.error);