This is an archive version of the document. To get the most up-to-date information, see the current version. 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-5085e0f2832bIn case of success, the DELETE HTTP method returns the 200 OK response code.