Skip to main content
DELETE
/
org
/
helm
/
registries
/
{registry_name}
Delete Helm Registry Endpoint
import requests

url = "https://platform.ankra.app/org/helm/registries/{registry_name}"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.text)
{
  "marked_for_deletion_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

registry_name
string
required

Cookies

ankra_session
string | null
ankra_refresh
string | null

Response

Successful Response

marked_for_deletion_at
string<date-time>
required