/api/v2/bpm/properties/types/{type_id}
Метод удаляет тип свойств по ID.
Соответственно удаляются и общие настройки. Для настроек прописанных внутри каждого отдельного свойства ничего не изменится
Path Parameters
- type_id integer required
ID типа свойства
Example: 10
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "PropertyType is successfully deleted",
"response": {},
"preparingsTime": 0.074
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.027
}
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
}
Loading...