/api/v2/bpm/projects/{project_id}
Метод удаляет проект по ID
Path Parameters
- project_id integer required
ID проекта
Example: 359
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Project is successfully deleted",
"response": {},
"preparingsTime": 0.059
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.003
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/projects/999999 not found",
"response": {},
"preparingsTime": 0.356
}
Loading...