| sidebar_position | 7 |
|---|
Delete a specific domain from CloudShell.
http://{Admin API IP}:{port#}/api/v1/domains/{id}
| Parameter | Description/Comments |
|---|---|
| ID | (string) Domain's id. Can be retrieved via Get all domains. |
DELETE
Headers
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
Response code
200 OK