cURL
curl --request DELETE \ --url https://api.videobgremover.com/v1/jobs/{id} \ --header 'X-Api-Key: <api-key>'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "message": "Job deleted successfully" }
Permanently delete a video job and all associated files.
This will delete:
Warning: This action cannot be undone. No credit refunds are issued for deleted jobs.
Authorization: You can only delete jobs that belong to your API key’s user account.
API key with format vbr_ followed by 32 characters
vbr_
Job ID to delete
Job deleted successfully
ID of the deleted job
Success message
"Job deleted successfully"