cURL
curl --request DELETE \ --url https://public.reap.video/api/v1/automation/delete-project \ --header 'Authorization: Bearer <token>'
{ "projectId": "<string>", "deleted": true }
Soft-delete a project
completed
failed
true
curl -X DELETE "https://public.reap.video/api/v1/automation/delete-project?projectId=65f1a2b3c4d5e6f7a8b9c0d2" \ -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 project
Successful response
Was this page helpful?