The -d option of the CLI allows you to delete a project in the CLI environment.

Usage

For the required options to delete a project, the workspace and project name must be specified.

csc.exe [-d] [-w path] [-p name]

Delete command

  1. -d -w "%workspace path%" -p "%project name%" Delete the project by using commands.
    • Deleted projects cannot be recovered.
      Item Description
      -d, --delete (Required) Execution
      -w, --workspace (Required) Workspace
      -p, --project (Required) Project

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.