path{string|Buffer|URL}options{Object}force{boolean} Whentrue, exceptions will be ignored ifpathdoes not exist. Default:false.maxRetries{integer} If anEBUSY,EMFILE,ENFILE,ENOTEMPTY, orEPERMerror is encountered, Node.js will retry the operation with a linear backoff wait ofretryDelaymilliseconds longer on each try. This option represents the number of retries. This option is ignored if therecursiveoption is nottrue. Default:0.recursive{boolean} Iftrue, perform a recursive directory removal. In recursive mode operations are retried on failure. Default:false.retryDelay{integer} The amount of time in milliseconds to wait between retries. This option is ignored if therecursiveoption is nottrue. Default:100.
Removes files and directories (modeled on the standard POSIX rm utility).
Resolves the Promise with no arguments on success.
