Skip to main content
DELETE
/
v1
/
game
/
files
/
{serverId}
Delete files
curl --request DELETE \
  --url https://api.waterfall.host/v1/game/files/{serverId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "files": [
    "<string>"
  ],
  "root": "/"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
files
string[]
required
root
string
default:/

Response

200

Files deleted