メインコンテンツへスキップ
DELETE
/
task
/
{id}
Delete Task
curl --request DELETE \
  --url https://local.casebender.com:3000/api/task/{id} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-Secret: <api-key>'
{
  "message": "<string>"
}

承認

X-Api-Key
string
header
必須
X-Api-Secret
string
header
必須

パスパラメータ

id
string
必須

レスポンス

Successful response

message
string
必須