Delete a taskDELETE/api/tasks/{id}Path parametersidstringrequiredResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.Parametersidpath*SendRequestcURLJavaScriptCopyCopiedcurl -X DELETE "http://localhost:8000/api/tasks/string"const response = await fetch("http://localhost:8000/api/tasks/string", { method: "DELETE" });Response200No example response.