CDD REST Plugin Delete Task
search cancel

CDD REST Plugin Delete Task

book

Article ID: 245483

calendar_today

Updated On:

Products

Continuous Delivery Director SAAS

Issue/Introduction

We are unable to use DELETE Method implementation in the Rest API plugin when it has a request body defined. 

 

Environment

Release : SAAS

Component : CONTINUOUS DELIVERY DIRECTOR

Cause

Adding a payload to DELETE is not the best practice. Based on this the controller that we use does not support it. 

 

Resolution

It is our recommendation to use a proper plugin rather than a set of REST APIs.

 

Additional Information

Alternatively, you can write an Ansible playbook that performs these REST requests.

 

Attachments