The actions property
The backups property
The destroy_with_associated_resources property
The firewalls property
The kernels property
The neighbors property
The snapshots property
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.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an individual Droplet, send a GET request to/v2/droplets/$DROPLET_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
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.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an individual Droplet, send a GET request to/v2/droplets/$DROPLET_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}