cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: API v2 - Delete File Objective C

API v2 - Delete File Objective C

nickman55
New member | Level 2
Go to solution

I'm looking for a way to delete a file using API v2 and Objective-C. Right now, I'm able to list files, download/upload them, but I can't figure out how to delete.

 

Thanks!

Nick

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
Hi Nick, you can use the DBFILESUserAuthRoutes.deleteV2 method to delete a file or folder:

https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:ob...:

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution
Hi Nick, you can use the DBFILESUserAuthRoutes.deleteV2 method to delete a file or folder:

https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:ob...:

nickman55
New member | Level 2
Go to solution

Thank you!!

Need more support?