Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.3 KB

applianceLogo_delete.rst

File metadata and controls

57 lines (40 loc) · 1.3 KB

applianceLogo_delete

DELETE /users/{uid}/appliances/{aid}/logo/{logoId}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats: application/xml application/json
  • Since: UForge 3.0

Deletes the logo binary from the specified appliance.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • aid (required): the id of the appliance-object
  • logoId (required): the id of the logo-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/logo/{logoId}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceLogo-download
  • applianceLogo-downloadFile
  • applianceLogo-upload
  • appliance-clone
  • appliance-create
  • appliance-delete
  • appliance-get
  • appliance-getAll
  • appliance-update
  • logo-object