Avisi cloud logo
Cloud accounts

Delete cloud credentials from a cloud account (only possible if the cloud credentials was not used by a cluster the last 24 hours).

DELETE
/api/v1/orgs/{organisationSlug}/cloud-accounts/{cloudAccountIdentity}/credentials/{credentialsIdentity}

Path Parameters

organisationSlug
Required
string

cloudAccountIdentity
Required
string

Format: "uuid"

credentialsIdentity
Required
string

Format: "uuid"
curl -X DELETE "http://localhost:8090/api/v1/orgs/string/cloud-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"

Request was successfully processed, but there is no response body to return.