osTemplate_delete¶
-
DELETE /distributions/{id}/profiles/{prid}
Removes an OS template from an operating system.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
org_os_profiles_administrate
URI Parameters¶
prid(required): the id of the distribProfileid(required): the id of the distribution
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/distributions/{id}/profiles/{prid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"