/api/v2/bpm/editor/nodes/{node_id}
Метод удаляет ноду по ID
Path Parameters
- node_id integer required
ID ноды, любой из основных структурных единиц проекта в BPMS
Example: 9999999
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Node is successfully deleted",
"response": {},
"preparingsTime": 7.163
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Node with id='9999999' was not found",
"response": {},
"preparingsTime": 0.492
}
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.009
}
Loading...