Bulk delete transcriptions
Deletes multiple transcriptions at once. This is an asynchronous operation. The endpoint returns immediately, and schedules a background job to delete the transcriptions. The endpoint is idempotent, meaning it will return the same response even if the transcriptions have already been deleted, or the transcriptions doesn't exist.
post/transcriptions/bulk-delete
Request body
Example request
{
"transcriptionIds": [
"b438fda0-83e2-4835-92f9-c845ee3d5ea7"
]
}Response
The resources are scheduled for deletion.
Changes
No recorded changes to this endpoint across all 1 revision of this API.