Skip to content

Delete file

Used to delete the file at the specific path

Request

DELETE: {baseUrl}/:networkID/:appID/files

Request Payload

Parameters Type Optional Description
path string No The absolute path of the file
version int No The version of the file to be deleted
permanentDelete boolean Yes if true, the file will be deleted permanently

Headers
Learn how to pass authentication headers here.