From 409143dd2fffd39b3617b30eb0611e1f3829a137 Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Fri, 12 Jul 2019 12:15:23 -0500 Subject: [PATCH] Adding header to deleting files section for visibility. Removed information advising to go to app settings to add file cleanup request as this is not available with Parse Dashboard. --- _includes/ios/files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/ios/files.md b/_includes/ios/files.md index d70e5039a..00d902f94 100644 --- a/_includes/ios/files.md +++ b/_includes/ios/files.md @@ -142,6 +142,6 @@ file?.saveInBackground({ (success: Bool, error: Error?) in ``` -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. +## Deleting Files -If your files are not referenced by any object in your app, it is not possible to delete them through the REST API. You may request a cleanup of unused files in your app's Settings page. Keep in mind that doing so may break functionality which depended on accessing unreferenced files through their URL property. Files that are currently associated with an object will not be affected. +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. If your files are not referenced by any object in your app, it is not possible to delete them through the REST API.