/api/v2/bpm/editor/nodes/fieldName/{id}
Метод удаляет имя поля из справочника по ID.
Стоит отметить, что для элементов системы типа "Поле" "nodeType: 3" имя поля крайне важно. Так как приложения-клиенты используют его для отправки на сервер данных для сохранения
Path Parameters
- id integer required
ID "fieldName", уникального имени, используемого, как ключ, при передаче связанной с элементом информацией на backend
Example: 8777
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "userExitComment_copy is successfully deleted",
"response": {},
"preparingsTime": 0.121
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not Found",
"response": {},
"preparingsTime": 0.103
}
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.005
}
Loading...