Delete server
Method | URI | Description |
---|---|---|
DELETE | /v2/{tenant_id}/servers/{server_id} | Deletes a specified server. |
Normal response codes: 204
Request
This table shows the URI parameters for the delete server request:
Name | Type | Description |
---|---|---|
{tenant_id} | UUID | Project ID |
{server_id} | UUID | The UUID for the server. |
This operation does not accept a request body and does not return a response body.