ClickHelp User Manual

[API] Delete File

Deletes a single file.

DEL storage/{file-path} 

Authentication

This request requires basic authentication.

Request Parameters

Path params
file-path string
File path relative to the root, i.e., everything after ...resources/Storage/

Samples

Request sample
Bash (Unix Shell)
curl --location -g --request DELETE 'https://{portal-url}/api/v1/storage/project-deep-space-exploration/info.png'