This API enables you to delete a report.
You must have Delete privilege on the report.
The syntax for calling this method is:
DELETE <Base_Url>/report/{reportId}
A sample API call is as follows:
DELETE https://123.123.123.123/vCenter-CB/api/report/15
None.
The API does not need a request XML.
The API returns a response XML that indicates the status of the operation.
A sample response is provided here.
The following table explains the error codes displayed by the API.
Error code |
Description |
VCB_ERR_REP_NOT_FOUND |
Specified report does not exist. |