MCPcopy
hub / github.com/CapSoftware/Cap / deleteInstantRecording

Function deleteInstantRecording

apps/chrome-extension/src/shared/api.ts:213–223  ·  view source on GitHub ↗
(
	settings: ExtensionSettings,
	auth: ExtensionAuth,
	videoId: string,
)

Source from the content-addressed store, hash-verified

211 });
212
213export const deleteInstantRecording = (
214 settings: ExtensionSettings,
215 auth: ExtensionAuth,
216 videoId: string,
217) =>
218 requestJson<{ success: boolean }>({
219 settings,
220 auth,
221 path: extensionApiPath(ExtensionApiPaths.deleteInstantRecording(videoId)),
222 method: "DELETE",
223 });

Callers 1

startRecordingFunction · 0.90

Calls 2

requestJsonFunction · 0.85
extensionApiPathFunction · 0.85

Tested by

no test coverage detected