Delete User File
Deletes a file on the server. Only files that belong to the user can be deleted.
Input Parameters
URL
The URL to your server, including the directory where the PHP scripts are located.
Access Token Client
What you entered in $accessTokenClient in the settings.php file.
Directory Token
The token of the file to be deleted.
User ID
Only files that belong to the user can be deleted. Regardless of the permission settings.
Check if File Exists
Checks whether a file exists in the database based on the filename. For this to make sense, the filename should be unique.
Input Parameters
URL
The URL to your server, including the directory where the PHP scripts are located.
Access Token Client
What you entered in $accessTokenClient in the settings.php file.
FileName
The filename of the file on the server.