scanInstance_deleteAll

DELETE /users/{uid}/scannedinstances

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

  • uid (required): the user name (login name) of the user

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"