DELETE
/
task
/
{id}
curl --request DELETE \
  --url https://local.casebender.com:3000/api/task/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
Successful response
message
string
required