Skip to content

Delete file

Used to delete the file at the specific path

Request

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

Request Payload

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

Headers
Learn how to pass authentication headers here.