/api/application/appcatalog/helm: DELETE
Deletes a helm chart.
The following table shows which roles can access this REST API endpoint:
Data admin | CollectionAdmin | Data user | Admin | Service user |
---|---|---|---|---|
✓ | X | X | Χ | Χ |
Synopsis of the request URL
curl -k -H “Authorization: Bearer <token>” -H "Content-Type: application/json"
https://<spectrum_discover_host>/api/application/appcatalog/helm
Supported request types and response formats
Supported request types:
- DELETE
- JSON
Examples
The following example shows how to delete a helm file.
Request:
curl -X DELETE -k -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" https://<spectrum_discover_host>/api/application/appcatalog/helm/exif-header-extractor-application-0-0-2 | jq
Response:
{
"success": "true",
"message": "Successfully deleted Custom Resource: exif-header-extractor-application-0-0-2"
}