Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.18 KB

cloudAccount_delete.rst

File metadata and controls

55 lines (38 loc) · 1.18 KB

cloudAccount_delete

DELETE /users/{uid}/accounts/{caid}

Summary

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

Removes a cloud account from a user.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: cloud_account_delete

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/accounts/{caid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • cloudAccountCert-create
  • cloudAccountCert-delete
  • cloudAccountCert-download
  • cloudAccountCert-upload
  • cloudAccountResources-get
  • cloudAccount-create
  • cloudAccount-get
  • cloudAccount-getAll
  • cloudAccount-update
  • credaccount-object