AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointFinalizeErase

    Finalize-stage removal of one endpoint that has no distinct API surface.

    This removes only the exact endpoint. It does not cascade-delete descendants.

    Samchon

    interface AutoBeInterfaceEndpointFinalizeErase {
        endpoint: IEndpoint;
        reason: string;
        type: "eraseEndpoint";
    }
    Index

    Properties

    Properties

    endpoint: IEndpoint

    Exact existing endpoint to remove.

    reason: string

    Why this endpoint has no distinct user-facing workflow, resource surface, projection, or database-backed purpose worth keeping. Decided first; the action type and target endpoint are its conclusion, never a backfilled justification.

    type: "eraseEndpoint"

    Action discriminator, chosen after the reason proves erasure is safe.