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
| Status | Error | Description |
|---|---|---|
| 400 | — | Invalid Clip ID. |
| 404 | not_found | Clip does not exist or is not owned by the authenticated user. |
Last updated on