Delete a video
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
video_id
string
required
The id of the video to delete.
`` 204 The video was deleted successfully.
``400 Bad Request.
``403 Forbidden - Wrong API key.
``404 Video ID was not found.
``default Unexpected Server error.
Updated2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request DELETE \
--url https://api.synthesia.io/v2/videos/video_id \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
400403404default
Updated2 months ago