Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.35 KB

orgOSWindows_delete.rst

File metadata and controls

62 lines (45 loc) · 1.35 KB

orgOSWindows_delete

DELETE /orgs/{oid}/distributions/{did}/goldens

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.5.1

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 org-object
  • did (required): the id of the distribution-object

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"
  • distribution-object
  • license-object
  • org-object
  • orgCompany-getAll
  • orgMember-getAll
  • orgMember-remove
  • orgMember-update
  • orgOSWindows-add
  • orgOSWindows-getAll
  • orgOS-add
  • orgOS-getAll
  • orgOS-update
  • org-create
  • org-get
  • org-getAll
  • user-object
  • windowsprofile-object