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
Path Parameters
The unique identifier of the translation project to delete.
Response
Indicates the delete operation completed successfully.
Human-readable confirmation message.
The ID of the deleted project.
Examples
curl -X DELETE "https://api.voicecheap.ai/v1/translate/abc123-def456-ghi789" \
-H "x-api-key: vc_your-api-key"
Errors
| Status | Code | Description |
|---|
| 401 | INVALID_API_KEY | The provided API key is invalid |
| 403 | FORBIDDEN | You don’t have permission to delete this project |
| 404 | PROJECT_NOT_FOUND | The specified project does not exist |
| 429 | RATE_LIMIT_EXCEEDED | Too many requests (limit: 10 requests per minute) |
| 500 | INTERNAL_ERROR | Unexpected server error |