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
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
sound_files | A comma delimited list of all sound files (sound_label;sound_group) to be deleted | STRING | YES |
Result¶
Error Result¶
HTTP Code | Error String | Resolution |
400 | API Version Empty | Add a value for the v parameter in the query string |
400 | API Version Invalid | Correct v parameter |
400 | Request Method must be DELETE. x attempted | Switch request method x to DELETE |
400 | Sound Files Empty | Add one or more sound files to the request |
400 | Sound Label x of y Empty | Add or remove sound_file x (item) of y (total) |
400 | Sound File x of y Does not exist | Correct sound_file x (item) of y (total) to a soundfile that exists |
500 | Internal Server Error | Retry later |