.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "UFFIZZI\-PROJECT\-DELETE" "" "August 2023" ""
.SH "NAME"
\fBuffizzi\-project\-delete\fR \- delete a project
.SH "SYNOPSIS"
.nf
uffizzi project delete PROJECT_SLUG [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
.fi
.SH "DESCRIPTION"
.nf
Deletes a project with the given project slug\.

This command can fail for the following reasons:
  \- There is no project with the given project slug
  \- The active account does not have permission to delete the project

For more information on Uffizzi projects, see:
https:/docs\.uffizzi\.com/references/cli/
.fi
.SH "UFFIZZI WIDE FLAGS"
.nf
These flags are available to all commands: \-\-project\. Run $ uffizzi
help for details\.
.fi
.SH "EXAMPLES"
.nf
To delete a project with project slug my\-app\-xc8fw, run:

    $ uffizzi project delete my\-app\-xc8fw
.fi

