MCPcopy Create free account
hub / github.com/fmhy/edit / delete

Method delete

api/worker-configuration.d.ts:14671–14671  ·  view source on GitHub ↗

* Deletes a video and its copies from Cloudflare Stream. * @returns A promise that resolves when deletion completes. * @throws {NotFoundError} if the video is not found * @throws {InternalError} if an unexpected error occurs

()

Source from the content-addressed store, hash-verified

14669 * @throws {InternalError} if an unexpected error occurs
14670 */
14671 delete(): Promise<void>
14672 /**
14673 * Creates a signed URL token for a video.
14674 * @returns The signed token that was created.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected