DeleteLibraryItem
Source:
src/AWS/QApps/DeleteLibraryItem.ts
Runtime binding for qapps:DeleteLibraryItem.
Unpublishes a library item, removing the app from the instance’s library. Provide the implementation with
Effect.provide(AWS.QApps.DeleteLibraryItemHttp).
Library Items
Section titled “Library Items”// init — bind the operation to the Q Appconst deleteLibraryItem = yield* AWS.QApps.DeleteLibraryItem(app);
// runtimeyield* deleteLibraryItem({ libraryItemId });