curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/planner/items/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a planner item by ID. This will also remove all linked item associations.
curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/planner/items/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}