Get File

Summary Deletes a file permanently
Request https://www.digitalbucket.net/api/rest/deletefile.axd?fileid=bd64d349-d584-45f3-a0fb-287bcb66fb34
Method DELETE
Parameters fileid (id of the file you want to delete)

Success

<Success>
  <Code>22</Code>
  <Message>file deleted successfully.</Message>
</Success>

Error

<Error>
  <Code>-205</Code>
  <Message>You are not allowed to delete this file.</Message>
</Error>

- For other errors refer to the list of Common Errors.