Delete Plan Actions API
The Delete Plan Actions API supports bulk deletion of plan actions. GET /serverautomation/bulkplanactionoperation/delete-plan-actions returns the XML template, and POST /serverautomation/bulkplanactionoperation/ submits the completed template with plan-action-ids and optional exclusions to perform the deletion. The response reports deleted, invalid, and excluded IDs and any errors.
| Method | Summary |
|---|---|
| GET |
Endpoint: /serverautomation/bulkplanactionoperation/delete-plan-actions Description: Used for retrieving the XML template for bulk deletion of plan actions. Required Request Content: Only the URL is required. Response Content: Template for the bulk deletion of plan actions. Response Schema:
Sample Response Content: N/A. |
| POST |
Endpoint: /serverautomation/bulkplanactionoperation/ Description: Deletes the plan actions whose IDs are provided as input. Required Request Content: A completed bulk operation
delete plan actions template XML document. For
example:
Response Content: The result of the bulk delete of plan actions in XML format. Response Schema:
Sample Response Content: N/A. |
| PUT |
Not supported for this resource. |
| DELETE |
Not supported for this resource. |