cURL
curl --request POST \ --url https://api.heify.com/delete-transcription \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "transcription_id": "1a2b3c4d-e5f6-7890-1234-567890abcdef" } '
{ "data": { "message": "Transcription deleted successfully." } }
Permanently delete a transcription record. This action is irreversible.
404
The unique identifier of the transcription to delete.
Transcription deleted successfully.
Show child attributes