Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.41 KB

installProfileGroup_deleteAll.rst

File metadata and controls

56 lines (39 loc) · 1.41 KB

installProfileGroup_deleteAll

.. function:: DELETE /users/{uid}/appliances/{aid}/installProfile/{ipid}/groups

Summary

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

Removes all the OS groups from an install profile.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/installProfile/{ipid}/groups" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`installProfileGroup-create`
         * :ref:`installProfileGroup-delete`
         * :ref:`installProfileGroup-get`
         * :ref:`installProfileGroup-getAll`
         * :ref:`installProfileGroup-update`
         * :ref:`installProfileUser-create`
         * :ref:`installProfileUser-deleteAll`
         * :ref:`installProfileUser-get`
         * :ref:`installProfileUser-getAll`
         * :ref:`installProfileUser-update`