Delete a Video

DELETEhttps://api.konpro.ai/v1/video.delete

This endpoint allows deletion of avatar videos only. It does not support deleting translated videos.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Query Params

ParameterTypeDescription
video_idstringid of the video you want to delete
typestring"GENERATED" or "TRANSLATED", defaults to "GENERATED" if not passed in

Responses

200Success - Video deleted successfully
404Not Found - Video not found or already deleted

Updated about 1 month ago

cURL Request

shell
curl --request DELETE \
--url https://api.konpro.ai/v1/video.delete \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

Example Usage

Shell
curl --request DELETE \
--url https://api.konpro.ai/v1/video.delete \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Result
404 - Result

Did this page help you?