webhook delete config
Description
webhook刪除設定檔。
Resource
DELETE /v1/basic/webhook/config
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
僅限益欣內部使用(company_id = '24436074'),由此Token取得驗證Webhook acckey。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| id | int | webhook 流水號 |
Response Body Parameters - message
| Name | Type | Description |
|---|---|---|
| message | string | 回傳訊息 200:
400:
|
Request Body Example
{
"id" : 1
}
Response Body Example
Status-Code: 200
{
"message": "刪除成功"
}
{
"message": "account; id 設置不存在,請確認是否輸入正確"
}