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

organisationSlugstring
Match^[a-z0-9-_]+$
cloudAccountIdentitystring
Formatuuid
credentialsIdentitystring
Formatuuid

Response Body

curl -X DELETE "https://api.avisi.cloud/api/v1/orgs/string/cloud-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}