Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 632 Bytes

File metadata and controls

45 lines (27 loc) · 632 Bytes
sidebar_position 7

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