Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.13 KB

scanInstance_deleteAll.rst

File metadata and controls

54 lines (36 loc) · 1.13 KB

scanInstance_deleteAll

.. function:: DELETE /users/{uid}/scannedinstances

Summary

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

Removes all the scanned instances for a user.

Warning

this deletes all the child scan reports and overlay files.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

HTTP Request Body Parameters

None

Example Request

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

         * :ref:`machinescan-api-resources`
         * :ref:`scan-object`
         * :ref:`scanInstance-create`
         * :ref:`scanInstance-delete`
         * :ref:`scanInstance-get`
         * :ref:`scanInstance-getAll`
         * :ref:`scannedInstanceScan-getAll`
         * :ref:`scannedinstance-object`