cURL
curl --request DELETE \ --url https://public.reap.video/api/v1/automation/delete-upload \ --header 'Authorization: Bearer <token>'
{ "uploadId": "<string>", "deleted": true }
Delete an uploaded file
true
curl -X DELETE "https://public.reap.video/api/v1/automation/delete-upload?uploadId=65f1a2b3c4d5e6f7a8b9c0d1" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the upload
Successful response
Was this page helpful?