DeleteProject - DELETE
|
Path |
/api/projects/{projectId} |
|---|---|
|
Http Method |
DELETE |
Overview
NO LICENSE
Delete a project, and its application data.
This action cannot be rolled back.
Required permissions
-
Global administration privileges. ADMIN
Request
Path parameters
|
Parameter |
Type |
Required |
Description |
Example |
|---|---|---|---|---|
|
projectId |
string |
Yes |
The Id of the project, generated on creation. |
099ec495a1b548efa43b15da09262c20 |
Response
Success response (200 OK)
This call returns data, but it should not be relied upon.
In the future the return code will change to 204 (NoContent) and no data will be returned.