Skip to main content
Delete Project

Delete Project

Permanently delete a translation project and its associated assets. This cleanup also removes any stored cloned voice preview example files that were generated for the project. If some internal generated files or segment records were already removed before deletion completes, cleanup continues in best-effort mode and still finalizes the project deletion.
This operation is irreversible. The project, works, generated media assets, and stored voice preview example files will be deleted.

Request

Headers

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

Path Parameters

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

Response

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

Examples

Errors