We are unable to use DELETE Method implementation in the Rest API plugin when it has a request body defined.
Release : SAAS
Component : CONTINUOUS DELIVERY DIRECTOR
Adding a payload to DELETE is not the best practice. Based on this the controller that we use does not support it.
It is our recommendation to use a proper plugin rather than a set of REST APIs.
Alternatively, you can write an Ansible playbook that performs these REST requests.