DELETE /api/portal/remove This function requires authentication

Description

Deletes a portal with a name specified in the request.

Parameters
Name Description Type Example
portalName*
sent in Query
Portal name string "example"
* - required field
Returns

The description of the portal to be deleted

Example Response
{
    "tenant": {
        "created": "2010-07-07T15:46:00",
        "domain": "example.com",
        "language": "en-US",
        "ownerId": "78e1e841-8314-48465-8fc0-e7d6451b6475",
        "portalName": "example",
        "status": "Active",
        "tenantId": 1,
        "timeZoneName": "UTC"
    }
}