Ask a question to get started
Enter to send•Shift+Enter new line
Delete a file from the sandbox via a server-side rm.
Uses rm -f, so deleting a path that does not exist succeeds silently.
delete(filePath: string): Promise<DeleteResult>
filePath
string