Delete save by id
DELETE /backend/api/v1/save_transcriptions?transcription_id=2
DELETE
/backend/api/v1/save_transcriptions?transcription_id=2
Supprime une transcription/traduction sauvegardée par id.
| Paramètre | Type | Description |
|---|---|---|
transcription_id | int | identifiant de la sauvegarde a supprimer |
Retoune
{
"message": "Transcription deleted successfully"
}
Sinon
❌ 404 Unauthorized Transcription not found.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” transcription_id
required
string
Example
2Responses
Section titled “ Responses ”Successful response (inferred from assertions)
object
Example
{}