scanImportToGolden_delete¶
-
DELETE /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens/{sitgid}
Removes a scan import to golden ticket.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
migration_access
URI Parameters¶
uid(required): the user name (login name) of the usersiid(required): the id of the scannedInstancesid(required): the id of the scansitgid(required): the id of the scanImport to remove
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens/{sitgid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"