Deletes the specified helm registry
DELETEhttps://api.spectrocloud.com/v1/registries/helm/:uid
Deletes the specified helm registry
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 204
The resource was deleted successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/registries/helm/:uid' \
-H 'ApiKey: <API_KEY_VALUE>'