orgOSWindows_delete¶
-
DELETE /orgs/{oid}/distributions/{did}/goldens
Delete a new Microsoft Windows base machine image (golden image) to a Microsoft Windows operating system.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
org_administrate
URI Parameters¶
oid(required): the id of the orgdid(required): the id of the distribution
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/orgs/{oid}/distributions/{did}/goldens" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"