/api/v2/bpm/actions/{action_id}
Метод удаляет действие по ID
Path Parameters
- action_id integer required
ID действия, которое может быть совершено на процессе
Example: 120
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Actions is successfully deleted",
"response": {},
"preparingsTime": 0.089
}
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
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/actions/12000 not found",
"response": {},
"preparingsTime": 0.279
}
Loading...