v10

latestSwagger 2.02026-07-137784220.8 KB
Custom Speech endpoints:

Deletes the specified audio and transcription logs that have been stored when using the default base model of a given language. It deletes all logs before (and including) a specific day.

Deletion process is done asynchronously and can take up to one day depending on the amount of log files.

delete/endpoints/base/{locale}/files/logs

Path parameters

localestring required

The language used to select the default base model.

Query parameters

endDatestring

The end date of the audio logs deletion (specific day, UTC). Expected format: "yyyy-mm-dd". For instance, "2023-03-15" results in deleting all logs on March 15th, 2023 and before. Deletes all existing logs when date is not specified.

Response

The logs will be deleted.