GET
Input Header Parameters
application-keyRequired
Input Query String Parameters
audioIdRequiredThe ID of the audio record you are deleting.
On Success
Output JSON Parameters
{}Object {}ROOTdeletedBooleanConfirmation of account deletion.
audioObject {}Copy of the audio record that was deleted.applicationIdStringApplication ID
accountIdStringAccount ID
lineIdStringLine ID
nameStringIdentifying name
descriptionStringDescription of audio file.
contentTypeStringAudio content type. Ex: audio/x-wav
encodingStringString encoding of audio data. Ex: base64
stampCreatedNumberDateTime of creation of audio record.
On Failed
Output JSON Parameters
{}Object {}Root parameter type.errorObject {}codeStringError short code string.
messageStringGreater description of error.
Codes: METHOD_NOT_ALLOWED, AUDIO_NOT_FOUND, EXISTING_BLOCK, BAD_REQUEST, INTERNAL_ERROR, ACCESS_DENIED, BANNED