2

I was able to successfully use the Basecamp File API to get the list of the files in a project, and download files. But how can I delete files? Issuing a DELETE instead of a GET on the file doesn't seem to do the trick for me. Am I missing something?

avernet
  • 30,895
  • 44
  • 126
  • 163

1 Answers1

2

It looks like they don't expose an REST API method for DELETEing files.

Paul Sonier
  • 38,903
  • 3
  • 77
  • 117