刪除合約到期提醒
DELETE - /api/v1/task/deleteExpiredRemind/{instanceId}
參數
| Name | Parameter | Type | Required/Optional | Description |
|---|---|---|---|---|
instanceId | path | string | Required | 任務 Instance Id |
key | query | string | Required | 公司 API Key |
uuid | query | string | Optional | 提醒 UUID,提供的話會刪除指定到期提醒,未提供則會刪除任務所有合約到期提醒 |
回傳
{
"errorCode": 0,
"message": "string"
}errorCode 錯誤代碼
請參考 錯誤碼和錯誤訊息 頁面
Table of Contents