Project deletion
ProjectProcedure.deleteProject method allows you to delete your project.
| Request parameters | |||||
| Parameter | Description | Type | Optional | Default value | Value options |
| id | A request id: the response contains the same id. | int / str | no | Text or number value. For example: 1, test | |
| method | API method name | string | no | ProjectProcedure.deleteProject | |
| params | The object with parameters {...}, it lists all the following parameters and arrays [...] | no | |||
| project_id | ID of your project | int | no | Number value of the project's id. For example: 1051619, 1234567 | |
| Response parameters | |
| Parameters | Description |
| id | Response id corresponds the request id |
| result | Contains the answer |
| true | Operation successful |
| false | Operation failed |
API credits are not required. Method compensates 1 credit for projects
{
"id": 1,
"method": "ProjectProcedure.deleteProject",
"params": {
"project_id": 1234567
}
}{
"id": "1",
"result": true
}