A small quirk between documentation and an endpoint I was playing with, I didn't do a deep investigation to see if this difference occurs for all DELETE routes The DELETE /projects/{projectId}/tasks/{taskId} doesn't return the expanded item in response, it'll return { "ok": true, "item": null } screenshots are of the expected response shape from the OpenAPI Playground at https://www.taskade.com/api/documentation/static/index.html#/Task/taskDelete and https://developers.taskade.com/docs/api/tasks gitbook