cURL
curl --request POST \ --url https://api.example.com/filesystem.Filesystem/Remove \ --header 'Content-Type: application/json' \ --data ' { "path": "<string>" } '
{}
Success
The response is of type RemoveResponse · object.
RemoveResponse · object
Was this page helpful?