/api/v2/bpm/properties/{prop_id}
Метод удаляет свойство по ID
Path Parameters
- prop_id integer required
ID уникального свойства, единицы настройки проекта
Example: 376
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Property is successfully deleted",
"response": {},
"preparingsTime": 0.37
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.066
}
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.002
}
Loading...