Interface OrganizationsApiOrganizationsDestroyRequest

Request parameters for organizationsDestroy operation in OrganizationsApi.

OrganizationsApiOrganizationsDestroyRequest

interface OrganizationsApiOrganizationsDestroyRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this organization.

OrganizationsApiOrganizationsDestroy