Skip to content
  • Auto
  • Light
  • Dark

Delete

Delete an Existing Droplet
delete/v2/droplets/{droplet_id}

To delete a Droplet, send a DELETE request to /v2/droplets/$DROPLET_ID.

A successful request will receive a 204 status code with no body in response. This indicates that the request was processed successfully.

Path Parameters
droplet_idnumber
minimum1
curl https://api.digitalocean.com//v2/droplets/$DROPLET_ID \
    -X DELETE \
    -H "Authorization: Bearer $GRADIENTAI_API_KEY"