Maximize productivity with personalized, automated calling

Voice Self-Service for your growing business needs

Delete File

The fileSystem API allows you to delete a file (e.g. recordings or prompts) saved on your system.

Params

apiKey Required The user specific API key.
fileName Required The location of the file and file name. (e.g. recordings/voice.wav)

Example CURL Command
Copy the command and replace with your {apiKey} and {fileName}.

curl --request DELETE -H "Content-Type:application/xml;charset=UTF-8" "https://api.nimblevox.com/fileSystem?apiKey={apiKey}&fileName={fileName}"

Questions?