Delete Video /v2/videos/:id
Deleting a single video
Endpoint
Base URL: https://backend.blotato.com/v2
URL: /videos/:id
Method: DELETE
Description
Delete the video. Useful for cleaning up old, unused videos.
Request
Request Params
The request path parameters must contain the following fields:
Field
Type
Required
Description
id
string
β
Video ID
Responses
Success Response
Status Code: 204 No Content
The video has been deleted successfully.
Response Body:
Error Responses
Status Code: 500 Internal server error
Last updated