Skip to main content
POST
/
filesystem.Filesystem
/
Remove
Remove
curl --request POST \
  --url https://api.example.com/filesystem.Filesystem/Remove \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{}

Body

application/json
path
string

Response

Success

The response is of type RemoveResponse · object.