MCPcopy Create free account
hub / github.com/Botloader/botloader / deletePluginImage

Method deletePluginImage

frontend-common/src/api_client.ts:264–266  ·  view source on GitHub ↗
(pluginId: number, imageId: string)

Source from the content-addressed store, hash-verified

262 }
263
264 async deletePluginImage(pluginId: number, imageId: string) {
265 return await this.delete(`/api/user/plugins/${pluginId}/images/${imageId}`)
266 }
267
268 async createStripeCheckoutSession(tier: PremiumSlotTier): Promise<ApiResult<UrlResponse>> {
269 return await this.post(`/api/stripe/create_checkout_session`, {

Callers 2

deleteExistingFunction · 0.80
deleteImageFunction · 0.80

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected