orgArtifactCredAccount_delete¶
-
DELETE /orgs/{oid}/artifactaccounts/{caid}
Remove an artifact account from an organization.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
cloud_account_delete
URI Parameters¶
caid(required): the id of the artifactCredAccountoid(required): the id of the org
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/orgs/{oid}/artifactaccounts/{caid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"