Skip to main content
Delete Project

Delete Project

Permanently delete a translation project and its associated assets. Project records are always deleted. Media deletion is best effort: if a stored file cannot be removed, or was already removed before deletion completes, the cleanup logs it, continues and still finalizes the project deletion. A generated file can therefore occasionally remain in storage.
This operation is irreversible. The project, its works, all transcript records and all generated media are deleted.

What is deleted

  • The project record and every translation work attached to it (one per target language).
  • The original transcript segments and every translated transcript segment, including the text you supplied through translatedSrt.
  • All media generated for the project: dubbed videos and audio tracks, lip-synced videos, waveforms, the isolated voice and background tracks, and the per-segment speech files produced for each translated segment.
  • The uploaded source file and the extracted original audio.
  • The cloned voice preview samples generated for the project.
Deleting a project releases the storage used by the assets above. Records that reference the project are removed for every account that had access to it (owner and team members).

What is not deleted

  • Custom voices saved to your account voice library. They are shared across projects; remove them from the voice library if you want them deleted.
  • Copies held by the processing partners that produced the transcription, the translation or the voices. Those copies follow each partner’s own retention period and are not accessible through VoiceCheap.
  • Minutes already charged for the project are not refunded.

Request

Headers

string
required
Your VoiceCheap API key. Get one from app.voicecheap.ai/page-api.

Path Parameters

string
required
The unique identifier of the translation project to delete.

Response

boolean
required
Indicates the delete operation completed successfully.
string
required
Human-readable confirmation message.
string
required
The ID of the deleted project.

Examples

Errors