Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.5 KB

userScan_deleteAll.rst

File metadata and controls

65 lines (47 loc) · 1.5 KB

userScan_deleteAll

DELETE /users/{uid}/scans

Summary

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

Removes all the scans for the user. All the scan reports and related uploaded overlays are deleted.

You can use a set of query parameters to remove a subset of scan-object objects

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scans" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescaninstance-api-resources
  • scan-object
  • scanInstallProfile-get
  • scanOverlay-download
  • scanOverlay-upload
  • scanOverlay-uploadChunk
  • scanPackageBinary-getAll
  • scanPackageFile-get
  • scanPackage-getAll
  • scanPartition-upload
  • scan-cancel
  • scan-create
  • scan-delete
  • scan-get
  • scan-multipartCreate
  • scannedInstanceScan-deleteAll
  • scannedInstanceScan-getAll
  • scannedinstance-object
  • userScan-getAll