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