import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GustoEmbeddedError } from "../models/errors/gustoembeddederror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { NotFoundErrorObject } from "../models/errors/notfounderrorobject.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { UnprocessableEntityError } from "../models/errors/unprocessableentityerror.js"; import { DeleteV1EmployeesEmployeeIdMemberPortalInvitationsRequest, DeleteV1EmployeesEmployeeIdMemberPortalInvitationsResponse } from "../models/operations/deletev1employeesemployeeidmemberportalinvitations.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Cancel an employee member portal invitation * * @remarks * Cancels the member portal invitation for the specified employee. * * Note: this endpoint does not cancel the employee's self-onboarding flow. If you want the company admin to take full control of onboarding the employee, cancel the self-onboarding request instead. * * scope: `member_portal_invitation:write` * * If set, this operation will use {@link Security.companyAccessAuth} from the global security. */ export declare function memberPortalInvitationsDeleteV1EmployeesEmployeeIdMemberPortalInvitations(client: GustoEmbeddedCore, request: DeleteV1EmployeesEmployeeIdMemberPortalInvitationsRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=memberPortalInvitationsDeleteV1EmployeesEmployeeIdMemberPortalInvitations.d.ts.map