DELETE Method

The DELETE HTTP method is used to delete a resource.

For example, to delete a subscription plan in Veeam Service Provider Console, send following request:

DELETE https://<hostname>:1280/api/v3/subscriptionPlan/3c20816c-1a32-448b-aeb7-5085e0f2832b

In case of success, the DELETE HTTP method returns the 200 OK response code.