Using delete endpoint from side car

Hi All,

            I want to delete a record from Console usign the delete end point.

App.api.call('DELETE', App.api.buildURL('Accounts/5429ca5e-5676-11e7-bc10-fa163e8c8e90'), null, {  
   success: function (data) { 
   console.log(data); 
  } 
});

But the record is still there,when i use the retreive record end point it was working fine but not for delete record.

Is there any thing i am doing wrong here.

Regards

Sidhu André Lopes