Deletes the specified cluster profile variables
DELETE/v1/clusterprofiles/:uid/variables
Deletes the specified cluster profile variables
Request
Path Parameters
uid stringrequired
Cluster profile uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
variablesstring[]required
Array of variable names
Responses
- 204
The resource was deleted successfully
Loading...