2016-03-11 18:16:09 +02:00
|
|
|
/v2/projects/{project_id}
|
2016-03-11 16:21:21 +02:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-11 18:16:09 +02:00
|
|
|
DELETE /v2/projects/**{project_id}**
|
2016-03-11 16:21:21 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Delete a project from disk
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **project_id**: The UUID of the project
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **404**: The project doesn't exist
|
|
|
|
- **204**: Changes have been written on disk
|
|
|
|
|
2016-03-11 18:20:09 +02:00
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/controller_delete_projectsprojectid.txt
|
|
|
|
|