How to clear the postponed date from the queue items

@Kumar_Sahu_Sameer

Try this

PUT /odata/QueueItems(Id={Id})

Body

{
    "Postpone": null
}