You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can delete files that are referenced by objects using the [REST API]({{ site.baseUrl }}/rest/guide/#deleting-files). You will need to provide the master key in order to be allowed to delete a file.
117
-
118
-
If your files are not referenced by any object in your app, it is not possible to delete them through the REST API.
119
-
120
-
Alternatively, starting with Parse Server 4.2.0, you can delete files using cloud code.
116
+
You can delete files that are referenced by objects using the `destroy` method. The master key is required to delete a file.
Use the [REST API]({{ site.baseUrl }}/rest/guide/#deleting-files) to delete a file.
126
+
130
127
## Adding Metadata and Tags
131
128
132
129
Adding Metadata and Tags to your files allows you to add additional bits of data to the files that are stored within your storage solution (i.e AWS S3).
0 commit comments