Hi, @Mohammad Qasim ,
You could insert null value to datetime column using rest api like the below:
{
"__metadata": {
"type": "SP.Data.ListNameListItem"
},
"Title": "test",
"DateColumn": null
}
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.