Generate Videos/Images
Delete Generated Video
Delete the generated video (also delete the project configuration)
Start with the API
DELETE https://devapi.vidnoz.com/v2/video/delete
Request Attributes
Parameter | Required | Type | Description |
---|---|---|---|
video_id | true | string | Specify the video ID |
Response Attributes
Parameter | Type | Description |
---|---|---|
code | int | 200 |
message | string | |
data | obj | General data |
Example
Request Attributes
curl --request DELETE \
--url https://devapi.vidnoz.com/v2/video/delete?video_id=153 \
--header "accept: application/json" \
--header "Authorization: Bearer $API_KEY" \
Response Attributes
{
"code": 200,
"message": "ok",
"data": null
}