/api/v2/bpm/conditionsRules/{id}
Метод удаляет правило по ID
Path Parameters
- id integer required
ID правила
Example: 700
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Condition rule is successfully deleted",
"response": {},
"preparingsTime": 0.093
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.061
}
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.006
}
Loading...