[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Delete SDDC Template
DescriptionDelete SDDC template identified by given id.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates/{templateId}
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
templateId
Required
SDDC Template identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
202 Accepted
Returns
Task
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineTask1
Errors
401
Unauthorized
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcTemplatesTemplateIdDelete -Org "MyOrg" -TemplateId "MyTemplateId"
cURL Command
curl -X DELETE https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates/{templateId}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: sddc-template
x-vmw-vapi-methodname: delete
[{"label":"Latest (v1.1)","version":"latest"}]
vmc