Skip to Content
Open API v1ClipsDelete Clip

API: Delete Clip

Delete one Clip owned by the authenticated user.

Endpoint

DELETEhttps://app.podwise.ai/api/open/v1/clips/[id]

Path Parameters

  • id: Positive integer Clip ID.

Response

type Response = { success: true, }

Error Responses

StatusErrorDescription
400Invalid Clip ID.
404not_foundClip does not exist or is not owned by the authenticated user.

Last updated on