Header

Delete a server group via API

This method allows you to delete a server group using the Dial 9 API.

URL

/projects/<permalink>/server_groups/<identifier>
  • Replace <permalink> with the permalink of the project.
  • Replace <identifier> with the identifier of the server group.

HTTP Method

DELETE

Supported Parameters

None

Example cURL request

curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://atech.deployhq.com/projects/atomic-deployment-test/server_groups/983f6f1b-0d8b-4860-ad44-3cc4890a0097

Example response

{
  "status":"deleted"
}
Tree

Proudly powered by Katapult. Running on 100% renewable energy.