v10

latestSwagger 2.02026-07-137784220.8 KB
Custom Speech endpoints:

Deletes the specified audio and transcription logs that have been stored for a given endpoint. It deletes all logs before (and including) a specific day.

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

delete/endpoints/{id}/files/logs

Path parameters

idstring uuid required

The identifier of the endpoint.

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.