Delete Project
Permanently delete a translation project and its associated assets.
This operation is irreversible. The project, works, and generated assets 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 |