deleteSoundFiles

Request Method: DELETE

Description: Deletes one or more SoundFile(s)

URL: https://api.iovox.com:444/SoundFiles?v=3&method=deleteSoundFiles&sound_files=SoundLabel1;SoundGroup1,SoundLabel2;SoundGroup1

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
sound_filesA comma delimited list of all sound files (sound_label;sound_group) to be deleted
STRINGYES

Result

Error Result

HTTP CodeError StringResolution
400API Version EmptyAdd a value for the v parameter in the query string
400API Version InvalidCorrect v parameter
400Request Method must be DELETE. x attemptedSwitch request method x to DELETE
400Sound Files EmptyAdd one or more sound files to the request
400Sound Label x of y EmptyAdd or remove sound_file x (item) of y (total)
400Sound File x of y Does not existCorrect sound_file x (item) of y (total) to a soundfile that exists
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content