메인 콘텐츠로 건너뛰기
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
필수