Application - File Manager
Delete File
Delete a file from your application.
DELETE
Delete File
string
required
The API key for your account. You can find this in your account settings.
.env or .env.production), the request is rejected with PERMISSION_DENIED first.
Parameters
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.
string
required
The path of the file to delete.
Response
string
Indicates whether the call was successful..
success if successful, error if not.Common errors
Delete File

