curl --request DELETE \
--url http://localhost:3333/v1/task-management/{id} \
--header 'X-API-Key: <api-key>'Delete an existing task item
curl --request DELETE \
--url http://localhost:3333/v1/task-management/{id} \
--header 'X-API-Key: <api-key>'Was this page helpful?