delete https://cgc-api.sbgenomics.com/v2
projects/{project_owner}/{project}
This call deletes a project from the CGC. It can only be successfully made if you have admin status for the project.
Warning
Deleting a project completely erases the project and any of its related data from the CGC.
Referring to your project
Note that
project_owneris always case-sensitive, and thatprojectis not the project's name but its short name. For full details of identifying objects using the API, please see the API Overview
##Request
Example request
Header Fields
| Name | Description |
|---|---|
X-SBG-Auth-Tokenrequired | Your CGC authentication token. |
Path parameters
| Name | Description |
|---|---|
project | The short name of the project you are deleting. |
project_owner | The owner of the project you are deleting. |
Response
See a list of CGC-specific response codes that may be contained in the body of the response.
