Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalCloseRequest

Request to close the portal.

The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.

An example request to close the portal associated with portal-id:

example

{
   type: 'portal:close',
   id: 'portal-id'
}

Hierarchy

  • IPortalCloseRequest

Index

Properties

Properties

id

id: string

Id of the portal to close.

type

My be PortalClose.

Generated using TypeDoc