I am calling delete method from my node-js application.
Its working fine from Postman but giving me 403 while calling this API from code.
So after a number of tries, I found it working.
Please follow the order sequence it's very important else it won't work
axios.delete( URL, {headers: { Authorization: authorizationToken }, data:{ source:source }} );