Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.2 KB

workspace_delete.rst

File metadata and controls

56 lines (38 loc) · 1.2 KB

workspace_delete

DELETE /orgs/{oid}/workspaces/{wid}

Summary

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

Removes a workspace from an organization.

Warning

all the appliance templates shared in the workspace are also deleted.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • wid (required): the id of the workspace-object
  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • userWorkspace-create
  • userWorkspace-getAll
  • workspace-object
  • workspace-create
  • workspace-get
  • workspace-getAll
  • workspacecomments-api-resources
  • workspacemembers-api-resources
  • workspacetemplate-api-resources