* 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
()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected