Deletes the specified Azure machine
DELETEhttps://api.spectrocloud.com/v1/cloudconfigs/azure/:configUid/machinePools/:machinePoolName/machines/:machineUid
Deletes the specified Azure machine
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
machinePoolName stringrequired
Machine pool name
machineUid stringrequired
Machine uid
Responses
- 204
The resource was deleted successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/cloudconfigs/azure/:configUid/machinePools/:machinePoolName/machines/:machineUid'