/api/v2/bpm/extApi/methods/{id}
Метод по ID удаляет прокси эндпоинт внешней системы интегрированной с BPMS
Path Parameters
- id integer required
ID прокси метода внешнего сервиса
Example: 1005
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "InstanceApiMethod is successfully deleted",
"response": {},
"preparingsTime": 0.09
}
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.003
}
Loading...