Delete Vm Sizing Template Using DELETE

Delete Vm Sizing Template Using DELETE

API code: DELETE-VM-SIZING-TEMPLATE Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
DELETE
https://{api_host}/api/alp/v1/vm-sizing-templates/{sizing-template-id}
COPY
Path Parameters
string
sizing-template-id
Required

Marketplace vm sizing template ID. It must be an UUID.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/alp/v1/vm-sizing-templates/{sizing-template-id}