Data
Parameter | Type | Description |
---|---|---|
project_name | string | The name of the project |
video_name | string | The name of the video |
curl 'https://api.sievedata.com/v1/delete_video_data?project_name=CamNet&video_name=MyVideo' \
-X DELETE \
-H "X-API-Key: YOUR_API_KEY"
{
"description":"Deleted video data of MyVideo in project CamNet successfully.",
}