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" } '
{ "message": "Transcription deleted successfully." }
Delete a specific transcription.
The unique identifier of the transcription to be deleted.
Transcription deleted successfully.
"Transcription deleted successfully."