This function deletes the given transcript, and all associated files.

deleteTranscript(labbcat.url, id)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

The ID transcript to delete.

Value

The ID of the deleted transcript

Details

For this function to work, the credentials used to connect to the server must have at least 'edit' access.

Examples

if (FALSE) {
## delete a transcript from the server
deleteTranscript(labbcat.url, "my-transcript.eaf")
}