DELETE /api/portal/remove
Deletes a portal with a name specified in the request.
Name |
Description |
Type |
Example |
portalName*
sent in Query
|
Portal name |
string |
"example" |
* - required field
The description of the portal to be deleted
{
"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"
}
}