DigitalOcean-public.v2-new_Droplets

Delete an Existing Droplet

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.

delete/v2/droplets/{droplet_id}

Path parameters

droplet_idinteger required

A unique identifier for a Droplet instance.

Response

The action was successful and the response body is empty. This response has content-type set.

Changes

Changed in 4 of the 8 revisions of this API.14